Skip to main content
DELETE
/
web-agent
/
{id}
Delete a web agent
curl --request DELETE \
  --url https://api.cleartalk.ai/web-agent/{id} \
  --header 'x-api-key: <api-key>'
{
  "message": "Agent deleted successfully"
}

Documentation Index

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

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

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

id
string
required

The ID of the web agent to delete

Response

The web agent has been successfully deleted

message
string
Example:

"Agent deleted successfully"