curl --request POST \
--url https://api.bunny.net/mc/apps/{appId}/volumes/{volumeId}/detach \
--header 'AccessKey: <api-key>'{
"name": "<string>"
}Detaches a volume template from all application containers.
curl --request POST \
--url https://api.bunny.net/mc/apps/{appId}/volumes/{volumeId}/detach \
--header 'AccessKey: <api-key>'{
"name": "<string>"
}Was this page helpful?