Skip to main content
DELETE
/
cloudflare
/
accounts
/
{accountId}
/
delete
Delete Cloudflare account
curl --request DELETE \
  --url https://nimbussuite.com/api/v1/cloudflare/accounts/{accountId}/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "keyId": "<string>"
}
'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

accountId
string
required

Body

application/json
keyId
string
required

Response

Account deleted successfully

success
boolean
message
string