DELETE
/
templates
/
{template_id}
curl --request DELETE \
  --url https://sdk.senso.ai/api/v1/templates/{template_id} \
  --header 'X-API-Key: <api-key>'
This response does not have an example.

Authorizations

X-API-Key
string
header
required

API key authorization

Path Parameters

template_id
string
required

The unique identifier (UUID) of the template

Response

204

Template successfully deleted