Skip to main content
DELETE
/
templates
/
{id}
Delete a template
curl --request DELETE \
  --url https://api.sendkit.dev/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Invalid API key."
}

Authorizations

Authorization
string
header
required

API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.

Path Parameters

id
string<uuid>
required

The template ID.

Response

Template deleted successfully