cURL
curl --request DELETE \ --url https://api.bunny.net/mc/apps/{appId}/volumes/{volumeId}/instances/{instanceId} \ --header 'AccessKey: <api-key>'
{ "id": "<string>" }
Deletes a specific volume instance. The volume must be detached before deletion.
Please enter a valid personal API key.
Volume instance was deleted.
Was this page helpful?