DELETE
/
api
/
v1
/
accounts
/
{account_id}
/
agents
/
{agent_id}
curl --request DELETE \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/agents/{agent_id}

Parameters

account_id
string

account_id: The ID of the account to get Agents from.

agent_id
string

agent_id: The ID of the agent to remove.