Skip to main content
POST
/
apps
/
{appId}
/
volumes
/
{volumeId}
/
detach
Detach Volume
curl --request POST \
  --url https://api.bunny.net/mc/apps/{appId}/volumes/{volumeId}/detach \
  --header 'AccessKey: <api-key>'
{
  "name": "<string>"
}

Authorizations

AccessKey
string
header
required

Please enter a valid personal API key.

Path Parameters

appId
string
required
volumeId
string
required

Response

Volume was detached from the application.

name
string