v1
latestOpenAPI 3.0.02026-07-14198572488.4 KBAccount
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
Example request
{
"description": "We are no longer selling products online"
}Response
OK
Example response
{
"success": true,
"errors": [],
"messages": [],
"result": {
"success": true
}
}