Path parameters

  • id string Required

Responses

  • 204

    No Content

  • 404 application/json

    Not Found

    Hide response attributes Show response attributes object
    • success boolean
    • code integer
    • errorCode string
    • message string
    • timestamp string(date-time)
DELETE /presentations/{id}
curl \
 --request DELETE 'http://localhost:8080/api/presentations/{id}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (404)
{
  "success": false,
  "code": 42,
  "errorCode": "string",
  "message": "string",
  "timestamp": "2025-05-04T09:42:00Z"
}