Skip to main content
DELETE
/
api
/
presentations
/
{presentationId}
Delete a presentation
curl --request DELETE \
  --url https://app.demand-iq.com/api/presentations/{presentationId}
{
  "message": "<string>",
  "presentationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Path Parameters

presentationId
string<uuid>
required

UUID of the presentation

Response

Presentation deleted

message
string
presentationId
string<uuid>