# Delete Presentation

**Method:** `DELETE`

**Path:** `/ps/api/v1/public/presentations/{presentation_id}`

**Category:** Subscriptions - Presentations

**Authentication:** Required

## Description

Deletes a presentation by its presentation ID.


## Path Parameters

- `presentation_id` (`string`) **required** — Unique identifier for the presentation.

## Responses

- `200` — Presentation deleted successfully.
- `404` — 
- `500` — 

---

Reference: https://localhost:3000/api/subscriptions-presentations/delete-presentation
