v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Account

Request that your Rocket.net account be cancelled

Submits a cancellation request that will be reviewed and completed by the billing team

post/v1/account/cancel

Request body

timeline'immediate' | 'end_of_billing_period' required

Specifies whether the account cancellation request should take effect immediately or at the end of the current billing cycle

descriptionstring required

Brief description of reason for cancelling the account

Example request

{
  "description": "We are no longer selling products online"
}

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": [],
  "result": {
    "success": true
  }
}
All 198 operations