Docs
Delete Collaborator Property
DELETE /organizations/{organizationId}/collaborator-properties/{propertyId}
DELETE
/organizations/{organizationId}/collaborator-properties/{propertyId}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 or archives a collaborator property depending on whether it has stored values.
- If no property values exist for this property: the property and its type assignments are permanently deleted.
- If any property values exist: the property is archived instead. Archived properties are hidden from the property picker but remain visible in
Get Collaborator PropertieswithisArchived: true.
Requires OrganizationAdmin permission.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| organizationId | Guid | Required | The organization the property belongs to. |
| propertyId | Guid | Required | The property to delete or archive. |