Docs
Delete Collaborator
DELETE /collaborators/{collaboratorId}
DELETE
/collaborators/{collaboratorId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your 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
| Field | Type | Required | Description |
|---|---|---|---|
| collaboratorId | Guid | Required | The ID of the collaborator to delete. |
Response
Returns 200 OK with an empty body on success.