Skip to main content

Authentication

This endpoint requires JWT authentication. Include the bearer token in the Authorization header.

Endpoint

DELETE /api/events/events/{eventID}

Path parameters

Response

Returns 200 OK with no body on successful deletion.

Example request

curl -X DELETE https://api.brautcloud.com/api/events/events/123 \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"

Example response

200 OK

Build docs developers (and LLMs) love