Delete a tag

Permanently deletes a tag. It cannot be undone.

DELETE/v3/tags/{id}
JWT
tag:write

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the tag.
Triggers webhook: tag.deleted
POST <your-webhook-url>
{
  "event": "tag.deleted",
  "data": {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "name": "string",
    "description": "string"
  },
  "triggeredAt": "string"
}

Responses

204 No Content