curl -X DELETE "https://api.nedzo.ai/v1/agents/123e4567-e89b-12d3-a456-426614174000" \
-H "Authorization: Bearer YOUR_API_KEY"
// 204 No Content
Agents
Delete agent
Permanently delete an AI agent by UUID via the Nedzo REST API. Removes the agent and its configuration from the workspace. Cannot be undone.
DELETE
/
agents
/
{id}
curl -X DELETE "https://api.nedzo.ai/v1/agents/123e4567-e89b-12d3-a456-426614174000" \
-H "Authorization: Bearer YOUR_API_KEY"
// 204 No Content
string
required
The unique UUID of the Agent
curl -X DELETE "https://api.nedzo.ai/v1/agents/123e4567-e89b-12d3-a456-426614174000" \
-H "Authorization: Bearer YOUR_API_KEY"
// 204 No Content
Was this page helpful?
