Skip to main content
DELETE
/
v1
/
templates
/
{id}
Delete Template
curl --request DELETE \
  --url https://api.example.com/v1/templates/{id}
id
string
required
The ID of the template to delete.

Request

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

Response

200
{
  "id": "tpl_abc123",
  "deleted": true
}