cURL
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>" }
Marks the application for deletion and enqueues cleanup of all associated resources. Returns immediately; deletion is processed asynchronously.
Please enter a valid personal API key.
Application deletion has been accepted and is being processed asynchronously.
Was this page helpful?