Ask Kevin is smarter.
OmniDimension
Agents

Delete agent

Permanently delete an agent.

DELETE/agents/
Path parameters
agent_idrequired
curl -X DELETE 'https://backend.omnidim.io/api/v1/agents/{agent_id}' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Example response
{
  "success": true,
  "message": "Agent deleted successfully"
}

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token authentication. Obtain your API key from the OmniDimension dashboard.

In: header

Path Parameters

agent_id*integer

The ID of the agent.

Response Body

application/json