cURL
curl --request DELETE \ --url https://api.neuphonic.com/agents/{agent_id} \ --header 'X-API-KEY: <api-key>'
{ "data": { "message": "<string>", "agent_id": "<string>" } }
Delete a specific agent, given an agent_id.
API Key Authentication. Get your API key from the Neuphonic website.
The agent ID for the agent to delete.
Successful Response
The response is of type object.
object