DELETE
/
templates
/
{template_id}
Delete Template
curl --request DELETE \
  --url https://api.firma.dev/functions/v1/signing-request-api/templates/{template_id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

API key for authentication. Format: 'Bearer your-api-key'

Path Parameters

template_id
string<uuid>
required

Response

200

Template deleted successfully