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://www.catchthegoodones.com/api/v2/dm-templates/{id}
{ "success": true }
Delete a DM template
Authorization
Bearer ctgo_your_api_key_here
id
curl -X DELETE https://www.catchthegoodones.com/api/v2/dm-templates/1 \ -H "Authorization: Bearer ctgo_your_api_key_here"