Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://{base_url}/template/{template_id} \ --header 'X-API-Key: <api-key>'
{ "error": { "code": "BAD_REQUEST", "message": "Invalid template ID" } }
Delete a template
API key for authentication
Template UUID
Template deleted successfully
Was this page helpful?