Skip to main content
DELETE
/
agent
/
{agent_id}
Delete Agent
curl --request DELETE \
  --url https://api.getoutbox.ai/agent/{agent_id}/ \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Company API Key

Path Parameters

agent_id
string
required

The ID of the agent to delete

Response

Agent deleted successfully