cURL
curl --request DELETE \ --url https://api.sendkit.dev/templates/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Invalid API key." }
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