Delete a tag
DELETE {{baseUrl}}/{{version}}/tags/{{tag_id}}
This enables you to delete tag by its Unique Identification (UID) tag_id
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |
RESPONSES
status: OK
{"error":false,"code":200,"message":"The Tag has been soft deleted :)"}