Skip to main content
DELETE
/
dynamic_templates
/
{id}
Delete a dynamic template
curl --request DELETE \
  --url https://api.paubox.net/v1/{api_username}/dynamic_templates/{id} \
  --header 'Authorization: <api-key>'
{
  "message": "Template deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.paubox.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Paubox API uses a custom token format in the Authorization header.

IMPORTANT: You must prefix your API key with "Token token="

Format: Authorization: Token token=YOUR_API_KEY_HERE

Example: Authorization: Token token=9e5b092b632445b8f570c62ae54f30fda1044305

Do NOT use just the API key alone or Bearer token format.

Path Parameters

id
string
required

Template ID to delete

Response

Template deleted successfully

message
string
Example:

"Template deleted successfully"