API ReferenceAdmin Billing
Delete Account
POST
/v1/admin/billing/account/deleteSelf-service soft-delete (30-day grace). Owner-only; the typed email must match to confirm.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/admin/billing/account/delete" \ -H "Content-Type: application/json" \ -d '{ "confirm_email": "string" }'Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}