cURL
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." }
Delete an existing tag by ID
ID of the tag to delete
Tag deleted successfully
The response is of type object.
object
Was this page helpful?