cURL
curl --request DELETE \ --url https://api.openmic.ai/h/v2/agents/{uid} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>", "details": "<string>" }
Permanently deletes an agent.
Returns 409 Conflict if the agent is currently linked to a phone number or campaign.
409 Conflict
API key obtained from the OpenMic dashboard.
The agent UID.
Agent deleted.
Was this page helpful?