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.
curl --request DELETE \
--url https://api.bunny.net/mc/apps/{appId}/volumes/{volumeId} \
--header 'AccessKey: <api-key>'{
"ids": [
"<string>"
]
}Was this page helpful?