Skip to main content
DELETE
/
templates
Excluir Template
curl --request DELETE \
  --url http://localhost:3000/api/templates \
  --header 'Authorization: Bearer <token>'
template-id
string
required
ID do template.
name
string
required
Nome do template.

Resposta

{ "success": true }