Delete a tag

DELETE {{baseUrl}}/{{version}}/tags/{{tag_id}}

This enables you to delete tag by its Unique Identification (UID) tag_id

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":false,"code":200,"message":"The Tag has been soft deleted :)"}