POST
/
templates
/
{template_id}
/
delete
curl --request POST \
  --url https://api.shadeform.ai/v1/templates/{template_id}/delete \
  --header 'X-API-KEY: <api-key>'

Authorizations

X-API-KEY
string
header
required

Path Parameters

template_id
string
required

The template ID

Response

200

Template deleted successfully