cURL
curl --request DELETE \ --url https://api.sendkit.dev/template-folders/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Not found." }
Delete a template folder. Templates in the folder will become unassigned, not deleted.
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
The template folder ID.
Folder deleted successfully