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.
Documentation IndexFetch the complete documentation index at: https://docs.bunny.net/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bunny.net/llms.txt
Use this file to discover all available pages before exploring further.
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?