cURL
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>" }
Delete endpoint of a container for given application.
Please enter a valid personal API key.
The ID of the application
The ID of the endpoint to delete
Endpoint was successfully deleted.
Was this page helpful?