Skip to main content
DELETE
/
apps
/
{appId}
/
containers
/
{containerId}
Delete Container Template
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": [
    {
      "field": "<string>",
      "message": "<string>"
    }
  ]
}

Authorizations

AccessKey
string
header
required

Please enter a valid personal API key.

Path Parameters

appId
string
required

The ID of the application

containerId
string
required

The ID of the container template to delete

Response

Container template was successfully deleted.