Skip to main content
DELETE
/
v1
/
templates
/
{template_id}
Delete User Template
curl --request DELETE \
  --url https://api.superdocs.app/v1/templates/{template_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null

Path Parameters

template_id
string
required

Response

Successful Response