Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| agentId | string | Yes | The unique identifier of the agent to delete |
Example Usage
Responses
200 OK– Agent successfully deleted403 Forbidden– Caller is not authorized to delete this agent404 Not Found– Agent does not exist
Notes
- You must initialize the
Paymentsclient with the appropriatenvmApiKeybefore calling this method. - Deleting an agent is irreversible. Plans tied to the agent will also be removed from the registry.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the agent to delete
Response
Agent successfully deleted