Tags
Delete a tag
Permanently deletes a tag. This action cannot be undone. Requires `canDeleteTag`.
Permanently deletes a tag. This action cannot be undone. Requires canDeleteTag.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
tagId*string
The ID of the tag to delete
Format
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/tags/65af4c7b22ac19c0b1648555"{ "id": "65af4c7b22ac19c0b1648555", "name": "High Priority", "slug": "high-priority", "ownerResourceType": "project", "ownerResourceId": "65af4c7b22ac19c0b1648241", "color": "#FF5722", "createdAt": 1678886400000, "updatedAt": 1678886400000}