Skip to main content
DELETE
/
templates
/
{id}
Delete template
curl --request DELETE \
  --url https://api.anycheck.ai/templates/{id} \
  --header 'X-API-Key: <api-key>'
{
  "message": "successfully deleted data"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fintelite.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key for service-to-service authentication

Path Parameters

id
string<uuid>
required

Resource UUID

Response

Template deleted successfully

message
string
Example:

"successfully deleted data"