Delete Tag
DELETE/tags/:tag_id
Permanently deletes a tag.
This operation cannot be undone. Returns a 404 error if no tag exists with the specified ID. Note that deleting a tag does not affect resources that were previously tagged with it.
Request
Responses
- 204
- 404
- 422
Tag successfully deleted
No tag found with the specified ID
Validation Error