Authentication
This endpoint requires JWT authentication. Include the bearer token in the Authorization header.Endpoint
Path parameters
Response
Returns200 OK with no body on successful deletion.
Powered by Mintlify
Auto-generate your docs
Delete an event by its ID
DELETE /api/events/events/{eventID}
200 OK with no body on successful deletion.
curl -X DELETE https://api.brautcloud.com/api/events/events/123 \
-H "Authorization: Bearer YOUR_JWT_TOKEN"
200 OK