Automette docs

Move a template to the trash

DELETE
/api/v1/templates/{id}

Authorization

ApiKeyAuth
AuthorizationBearer <token>

API key from Settings → API Keys.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/templates/string"
{  "id": "cm4tpl8e20001js04xq2v9k3m",  "deleted": true}