curl --request DELETE \
--url https://api.bunny.net/mc/apps/{appId} \
--header 'AccessKey: <api-key>'{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}Deletes an application and all its associated resources including deployments, services, and volumes.
curl --request DELETE \
--url https://api.bunny.net/mc/apps/{appId} \
--header 'AccessKey: <api-key>'{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}Was this page helpful?