Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.sendkit.dev/templates/{id} \ --header 'Authorization: Bearer <token>'
204
Delete a template by ID. Templates used by campaigns cannot be deleted.
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
The template ID.
Template deleted successfully