Skip to main content
DELETE
/
apps
/
{appId}
/
endpoints
/
{endpointId}
Delete application endpoint
curl --request DELETE \
  --url https://api.bunny.net/mc/apps/{appId}/endpoints/{endpointId} \
  --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

The ID of the application

endpointId
string
required

The ID of the endpoint to delete

Response

Endpoint was successfully deleted.