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

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 folder ID.

Response

Folder deleted successfully