Docs
Delete Crew
DELETE /crew/{crewId}
DELETE
/crew/{crewId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Organization token | x-Organization-Token | Optional | Run **Authorize Organization** in the Authorization folder. |
Deletes the org crew record and its stored attribute values, and invalidates any active invitation for the member. The org scope is derived from the token.
Requires CrewDatabase.Edit permission.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| crewId | Guid | Required | The crew member to delete. |