DELETE
/api/v1/tags/{Tag}Delete a tag
Deletes a tag. This will not delete any messages with the tag, but will remove the tag from any messages containing the tag.
Tagstringrequired
The url-encoded tag name to delete
200Plain text "ok" response
400Server error will return with a 400 status code
with the error message in the body
Error handling
A 400 is returned: Server error will return with a 400 status code with the error message in the body.