curl -X DELETE https://api.gatepass.app/api/events/clx1234567890abcdef \
-H "Authorization: Bearer YOUR_JWT_TOKEN"
{
"message": "Event successfully deleted",
"deletedEventId": "clx1234567890abcdef"
}
Delete an event
curl -X DELETE https://api.gatepass.app/api/events/clx1234567890abcdef \
-H "Authorization: Bearer YOUR_JWT_TOKEN"
{
"message": "Event successfully deleted",
"deletedEventId": "clx1234567890abcdef"
}
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/GoodnessFx/GatePass/llms.txt
Use this file to discover all available pages before exploring further.
Authorization: Bearer YOUR_JWT_TOKEN
curl -X DELETE https://api.gatepass.app/api/events/clx1234567890abcdef \
-H "Authorization: Bearer YOUR_JWT_TOKEN"
{
"message": "Event successfully deleted",
"deletedEventId": "clx1234567890abcdef"
}
COMPLETED payment status)status to CANCELLED instead of deleting it.CANCELLED:
curl -X PUT https://api.gatepass.app/api/events/clx1234567890abcdef \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{"status": "CANCELLED"}'