Docs

Unassign Attribute

DELETE /eventTypes/{typeId}/sections/{sectionId}/attributes/{attributeId}

DELETE/eventTypes/{typeId}/sections/{sectionId}/attributes/{attributeId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Organization tokenx-Organization-TokenOptionalRun **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

FieldTypeRequiredDescription
typeIdGuidRequiredThe event type that owns the section.
sectionIdGuidRequiredThe section that holds the assignment.
attributeIdGuidRequiredThe assigned attribute to remove.