DELETE
/
tag
/
{tagId}
Delete a Tag
curl --request DELETE \
  --url https://api.sendx.io/api/v1/rest/tag/{tagId} \
  --header 'X-Team-ApiKey: <api-key>'
{
  "id": "sendx123",
  "message": "Resource (name) has been deleted successfully."
}

Authorizations

X-Team-ApiKey
string
header
required

Path Parameters

tagId
string
required

ID of the tag to delete

Response

200
application/json

Tag deleted successfully

The response is of type object.