Skip to main content
DELETE
/
v1
/
evals
/
user-templates
/
{id}
Delete User Template
curl --request DELETE \
  --url https://api.bland.ai/v1/evals/user-templates/{id} \
  --header 'authorization: <authorization>'

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

id
string
required
The UUID of the user template to delete.
Returns 204 No Content on success.
Docs for agents: llms.txt