cURL
curl --request POST \ --url https://api.bunny.net/user/closeaccount \ --header 'AccessKey: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "Password": "<string>", "Reason": "<string>" } '
{ "Success": true, "Message": "<string>" }
Close the current user account
Documentation IndexFetch the complete documentation index at: https://docs.bunny.net/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bunny.net/llms.txt
Use this file to discover all available pages before exploring further.
API Access Key authorization header
The account was successfully closed
Was this page helpful?