---
title: "Delete endpoint"
method: DELETE
path: "/v1/projects/{projectID}/endpoints/{endpointID}"
tags: ["Endpoints"]
---

# Delete endpoint

`DELETE /v1/projects/{projectID}/endpoints/{endpointID}`

This endpoint deletes an endpoint

## Path parameters

- `projectID` string, required
- `endpointID` string, required

## Response `200`

OK

- object
  - `message` string
  - `status` boolean
  - `data` HandlersStub, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/frain-dev/apis/convoy-api-reference.md) · [All operations](https://skmtc.net/frain-dev/apis/convoy-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frain-dev/convoy-api-reference/versions/dbd5b4f9cf13/schema)
