v1
cURL
curl --request DELETE \ --url https://api.callrounded.com/v1/agents/{agent_id} \ --header 'X-Api-Key: <api-key>'
200
example
{ "message": "Agent deleted successfully", "error": null, "status": 200}
Delete an existing agent by its ID. This action is irreversible and will permanently remove the agent and all its configurations.
The API Key created in Rounded Studio.
Successfully deleted agent
The response is of type object.
object