Skip to main content
DELETE
/
v1
/
templates
/
{template_id}
curl --request DELETE \
  --url https://api.pardocs.com/v1/templates/{template_id} \
  --header 'x-api-key: <api-key>'
The Delete a Template endpoint allows you to remove an existing template identified by {template_id}. This operation will delete the specified schema and it will no longer be available for data extraction tasks. Use this endpoint to clean up or manage your schemas by removing those that are no longer needed.
Note that this process can also be done in the ParDocs Console
curl --request DELETE \
  --url https://api.pardocs.com/v1/templates/{template_id} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Path Parameters

template_id
string
required

The ID of template to delete.