Remove agent¶
-
DELETE
/nlu/v1/agents/{agent_id}
Removes the agent {agent_id}.
Sample Response
{ "msg":"OK", }
- Parameters
agent_id – Agent ID
- Status Codes
200 OK – Success
404 Not Found – Agent not found
500 Internal Server Error – Internal error
- Response JSON Object
msg – OK.