curl --request DELETE \
--url https://api.example.com/api/v1/templates/{template_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a template.
Note: Deleting a template that is in use by a campaign will set the template_id to NULL in the campaign’s step configuration.
Args: template_id: Template ID current_user: Authenticated user information service: Campaign service instance
curl --request DELETE \
--url https://api.example.com/api/v1/templates/{template_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://bavlio.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.