Pine LabsDOCS

Delete Presentation

DELETE/ps/api/v1/public/presentations/{presentation_id}

Deletes a presentation by its presentation ID.

Requires Bearer token. Get token →

Path Parameters

NameTypeDescription
presentation_id
stringrequired

Unique identifier for the presentation.

Status Codes

200Presentation deleted successfully.
404The requested resource does not exist.
500An unexpected error occurred on the server.
Request
curl --request DELETE \
  --url https://pluraluat.v2.pinepg.in/ps/api/v1/public/presentations/%7Bpresentation_id%7D \
  --header 'Authorization: Bearer YOUR_ACCESS_TOKEN'

Run this request

presentation_id
404 Not Found
{
  "code": "ORDER_NOT_FOUND",
  "message": "Order not found",
  "additional_error_details": {
    "source": "INTERNAL",
    "step": "resource_lookup",
    "reason": "resource_does_not_exist"
  }
}