AI Agents
Removes an AI Agent
Removes a specific AI Agent from the account by its unique aiAgentID. Please note that this action is irreversible, and all data associated with the AI Agent will be permanently deleted. Ensure that you no longer need the AI Agent before proceeding.
curl --request DELETE \
--url https://api.sidecarcx.com/v1/accounts/:accountID/applications/:applicationID/ai-agents/:aiAgentID \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'Path Parameters
- :accountID - REQUIRED[String]
The referenced account ID.
- :applicationID - REQUIRED[String]
The referenced application ID.
- :aiAgentID - REQUIRED[String]
The referenced AI Agent ID.
Response
Indicates the request was successful. Returns a status code of204 with no content returned in the response body.Errors
A common set of Error Responses can be found here.