cURL
curl --request DELETE \ --url https://app.closerx.ai/api/agent/update/{agent_id}/ \ --header 'Company-Name: <company-name>' \ --header 'api_key: <api-key>'
{ "success": true, "message": "deleted success" }
Deletes an existing AI call agent by its ID
The name of the schema to be used for the request
Unique identifier for the AI call agent to delete
"16b980523634a6dc504898cda492e939"
AI call agent deletion response
Indicates whether the deletion was successful
true
Message describing the result of the deletion
"deleted success"