cURL
curl --request DELETE \ --url https://api.bunny.net/mc/apps/{appId}/containers/{containerId} \ --header 'AccessKey: <api-key>'
{ "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>", "errors": [ { "message": "<string>", "field": "<string>" } ], "id": "<string>" }
Deletes a container template from an application.
Please enter a valid personal API key.
The ID of the application
The ID of the container template to delete
Container template was successfully deleted.
Was this page helpful?