cURL
curl --request DELETE \ --url https://www.catchthegoodones.com/api/v1/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/v1/dm-templates/1 \ -H "Authorization: Bearer ctgo_your_api_key_here"