cURL
curl --request DELETE \ --url https://api.bunny.net/mc/apps/{appId}/volumes/{volumeId} \ --header 'AccessKey: <api-key>'
{ "ids": [ "<string>" ] }
Deletes all volume instances for a volume template. All instances must be detached before deletion.
Please enter a valid personal API key.
Volume instances were deleted.
Was this page helpful?