Skip to main content
DELETE
/
apps
/
{appId}
Delete Application
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>"
}

Authorizations

AccessKey
string
header
required

Please enter a valid personal API key.

Path Parameters

appId
string
required

Response

Application was successfully deleted.