Docs

Delete Collaborator

DELETE /collaborators/{collaboratorId}

DELETE/collaborators/{collaboratorId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Permanently removes a collaborator and all of their associated data from the event.

Warning: This action is irreversible. All advance forms, crew settings, and responses tied to this collaborator will be deleted.

Path Parameters

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator to delete.

Response

Returns 200 OK with an empty body on success.