Delete Presentation
DELETE
/ps/api/v1/public/presentations/{presentation_id}Deletes a presentation by its presentation ID.
Requires
Bearer token. Get token →Path Parameters
| Name | Type | Description |
|---|---|---|
presentation_id | stringrequired | Unique identifier for the presentation. |
Status Codes
200 | Presentation deleted successfully. |
404 | The requested resource does not exist. |
500 | An 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_id404 Not Found
{
"code": "ORDER_NOT_FOUND",
"message": "Order not found",
"additional_error_details": {
"source": "INTERNAL",
"step": "resource_lookup",
"reason": "resource_does_not_exist"
}
}