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>"
}The account was successfully closed
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>"
}API Access Key authorization header
Was this page helpful?