Docs
Delete Activity
DELETE /Activities/{activityId}
DELETE
/Activities/{activityId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually. |
Permanently deletes an activity and all of its associated participants. This action cannot be undone.
Requires EventAdmin permission on the event, or the Organizer role on the activity.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| activityId | Guid | Required | The ID of the activity to delete. |
Response
Returns 200 OK with no body on success.