Delete Tag
DELETE {{baseUrl}}/api/tags/:id/
Delete the tag with the given tag ID. Any associations between the tag and other resources will also be removed.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
Tags Read
Tags Write
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Accept | string |
RESPONSES
status: OK
{"data":{"type":"tag","id":"abcd1234-ef56-gh78-ij90-abcdef123456","attributes":{"name":"My Tag"},"links":{"self":"http://eGVnfHyXqVAWuBDEAlrhpICjyLSS.ajMYdx1WefnPUn,5N"}}}