Delete existing tag
POST
http://localhost:3000/tags/delete
Deletes an existing tag.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Request
request body
_idstringOptional
Response
Results from deleted tag
_idstring
descriptionstring
namestring
Errors
500
Internal Server Error