DELETE
/
api
/
v1
/
ppt
/
presentation
/
{id}
Delete Presentation By Id
curl --request DELETE \
  --url https://api.presenton.ai/api/v1/ppt/presentation/{id} \
  --header 'Authorization: <authorization>'
This response does not have an example.

Headers

Authorization
string
required

The bearer token to authenticate with

Path Parameters

id
string<uuid>
required

Response

204

Successful Response