Docs
Unassign Attribute
DELETE /eventTypes/{typeId}/sections/{sectionId}/attributes/{attributeId}
DELETE
/eventTypes/{typeId}/sections/{sectionId}/attributes/{attributeId}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. |
Removes an attribute from a section. Any task-tracked tasks for it on events of this type are deleted.
Returns 200 OK.
Requires OrganizationAdmin permission.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| typeId | Guid | Required | The event type that owns the section. |
| sectionId | Guid | Required | The section that holds the assignment. |
| attributeId | Guid | Required | The assigned attribute to remove. |