Skip to main content
DELETE
/
agent
/
update
/
{agent_id}
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"
}

Authorizations

api_key
string
header
required

Headers

Company-Name
string
required

The name of the schema to be used for the request

Path Parameters

agent_id
string
required

Unique identifier for the AI call agent to delete

Example:

"16b980523634a6dc504898cda492e939"

Response

AI call agent deletion response

success
boolean
required

Indicates whether the deletion was successful

Example:

true

message
string
required

Message describing the result of the deletion

Example:

"deleted success"