cURL
curl --request DELETE \ --url https://api.nugen.in/api/v3/agents/{agent_id} \ --header 'Authorization: Bearer <token>'
{ "agent_id": "<string>", "message": "<string>" }
Endpoint to delete agent (hard delete)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Agent identifier
Response Message
Was this page helpful?