StableOps
API reference

Revoke an agent key

Revoke an agent key. Review the StableOps Agent Payments API endpoint, its authentication, request parameters, validation rules, response fields.

DELETE/v1/agent-payments/agents/{agentId}/keys/{keyId}

Authorization

bearerAuth
AuthorizationBearer <token>

Paste your API key from the dashboard.

In: header

Response Body

application/json

curl -X DELETE "https://example.com/v1/agent-payments/agents/{agentId}/keys/{keyId}"
{
  "success": true
}
Empty

How is this guide?

Last updated