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
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>"
}Was this page helpful?