Delete Tag

Permanently delete a tag.

Notes:

  • Deleting a parent tag will also delete all child tags
  • References to the deleted tag will be removed from all Tasks/Task Revisions
  • This operation cannot be undone

Path parameters

org_idstringRequired

The unique identifier of the organization.

project_idstringRequired

The unique identifier of the project.

tag_idstringRequired

The unique identifier (UUID) of the tag to operate on

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Tag successfully deleted

Errors