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
List agent keys GET
List agent keys. Review the StableOps Agent Payments API endpoint, its authentication, request parameters, validation rules, response fields, environment scope.
Create an agent wallet pairing challenge POST
Create an agent wallet pairing challenge. Review the StableOps Agent Payments API endpoint, its authentication, request parameters, validation rules.