Skip to main content
DELETE
/
templates
/
{id}
Delete Template
curl --request DELETE \
  --url https://api.unosend.co/templates/{id} \
  --header 'Authorization: Bearer <token>'
id
string
required
The ID of the template to delete.

Request

curl -X DELETE https://api.unosend.co/templates/tpl_abc123 \
  -H "Authorization: Bearer un_xxxxxxxxxx"

Response

200
{
  "success": true,
  "data": {
    "id": "tpl_abc123"
  }
}