Skip to main content
DELETE
/
v1
/
templates
/
{id}
cURL
curl --request DELETE \
  --url https://api.doczilla.app/v1/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Validations failed!",
  "code": "api.validation",
  "fields": {
    "page.url": "must be a URL address"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response