Deletes a registered AI agent and all associated payment plans.
Deletes a registered AI agent and all associated payment plans. This operation is only available to the original builder or an authorized account.Documentation Index
Fetch the complete documentation index at: https://beta-docs.nevermind.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Name | Type | Required | Description |
|---|---|---|---|
| agentId | string | Yes | The unique identifier of the agent to delete |
200 OK – Agent successfully deleted403 Forbidden – Caller is not authorized to delete this agent404 Not Found – Agent does not existPayments client with the appropriate nvmApiKey before calling this method.