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"
}

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"