Docs

Remove Crew Attribute

DELETE /collaborators/{collaboratorId}/crew/{crewId}/attributes/{attributeId}

DELETE/collaborators/{collaboratorId}/crew/{crewId}/attributes/{attributeId}

Required Tokens

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

Removes a custom attribute from a crew member. The attribute definition itself is not deleted — only this crew member's association with it.

Path Parameters

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator.
crewIdGuidRequiredThe ID of the crew member. Replace `{{crewId}}` in the URL.
attributeIdGuidRequiredThe ID of the attribute to remove. Replace `{{attributeId}}` in the URL.

Response

Returns 200 OK with an empty body on success.