Skip to main content
DELETE
/
api
/
agents
/
templates
/
{id}
Delete a template
curl --request DELETE \
  --url https://api.recoupable.com/api/agents/templates/{id} \
  --header 'x-api-key: <api-key>'
{
  "status": "success"
}

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

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

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Path Parameters

id
string<uuid>
required

The unique identifier (UUID) of the template to delete

Response

Template deleted successfully

status
enum<string>
required

Status of the request

Available options:
success