Delete Call Agent
Delete an existing agent
DELETE
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Path Parameters
agentIdstringrequiredThe unique identifier of the agent to delete
Response Fields
successstringBoolean value indicating if it was a successful operation.
messagestringA message confirming the successful deletion of the agent.
{
"success": true,
"message": "Agent successfully deleted"
}