---
title: "Delete application endpoint"
method: DELETE
path: "/apps/{appId}/endpoints/{endpointId}"
tags: ["Endpoints"]
---

# Delete application endpoint

`DELETE /apps/{appId}/endpoints/{endpointId}`

Delete endpoint of a container for given application.

## Path parameters

- `appId` string, required
- `endpointId` string, required

## Response `200`

Endpoint was successfully deleted.

## Other responses

- `401` — User is unauthorized.
- `403` — User has invalid card or suspended.
- `404` — Application or endpoint not found.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
