Docs

Delete Task Attribute

DELETE /taskAttributes/{attributeId}

DELETE/taskAttributes/{attributeId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually.

Permanently deletes a task attribute and all of its options. Cannot delete an attribute that is currently in use by any task. Remove the attribute values from all tasks before deleting the definition.

Requires EventProjectManagementAdmin permission on the event.

Path Parameters

FieldTypeRequiredDescription
attributeIdGuidRequiredThe attribute to delete.