Docs

Delete Activity

DELETE /Activities/{activityId}

DELETE/Activities/{activityId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **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

FieldTypeRequiredDescription
activityIdGuidRequiredThe ID of the activity to delete.

Response

Returns 200 OK with no body on success.