cURL
curl --request DELETE \ --url https://api.slng.ai/v1/agents/{agent_id} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>", "detail": "<string>" }
Soft-delete a voice agent.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Voice agent ID.
"550e8400-e29b-41d4-a716-446655440000"
Deleted.
Was this page helpful?