Skip to main content
DELETE
https://api.foxreach.io
/
api
/
v1
/
templates
/
{template_id}
curl -X DELETE "https://api.foxreach.io/api/v1/templates/ctm_abc123" \
  -H "X-API-Key: otr_your_key"
{
  "data": {
    "id": "ctm_abc123",
    "deleted": true
  }
}

Path Parameters

template_id
string
required
The unique identifier of the template to delete.
curl -X DELETE "https://api.foxreach.io/api/v1/templates/ctm_abc123" \
  -H "X-API-Key: otr_your_key"
{
  "data": {
    "id": "ctm_abc123",
    "deleted": true
  }
}

Errors

StatusDescription
404Template not found