curl --request DELETE \
--url https://apix.spotzee.com/api/client/templates/{templateId} \
--header 'Authorization: Bearer <token>'truePermanently deletes a template.
curl --request DELETE \
--url https://apix.spotzee.com/api/client/templates/{templateId} \
--header 'Authorization: Bearer <token>'trueDocumentation Index
Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt
Use this file to discover all available pages before exploring further.
Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.
Numeric template identifier.
158
Returns true once the template is removed.
The response is of type boolean.
Was this page helpful?