Api
Erase an owner's data (admin)
Admin-only. Cancels any live Paystack subscription, then deletes every row tied to `owner` (keys, subscription, cycle tiers, invoices, audit metadata). Right to erasure (NDPR). If the Paystack cancel fails, nothing is deleted (a live charge is never orphaned).
Query Parameters
owner*Owner
Header Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/admin/owner?owner=string"{ "property1": true, "property2": true}{ "error": "string", "error_class": "string", "format_version": "string", "marker_coverage": 0}{ "error": "string", "error_class": "string", "format_version": "string", "marker_coverage": 0}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}Operator funnel metrics (admin) GET
Admin-only. The usage-to-paid funnel derived from existing metadata: demo parses, API parses, owners with a key, and active subscriptions. No client tracking.
List API keys GET
Admin-only. Lists key metadata (never the raw key) for an owner, including revoked keys for the audit trail.