Agents
Delete agent
Permanently delete an agent.
DELETE/agents/
Bearersession
Path parameters
agent_idrequiredcurl -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
Get agent
Get details of a specific agent by ID.
Update agent
Update an existing agent. Send only the fields you want to change. > **Voicemail detection is an access-gated feature** that we turn on per account. If it isn't enabled for yours yet, [request access](https://omnidim.io/contact-us?reason=product&lock=1) before configuring the `voicemail` object below.
