---
title: "Delete Endpoint"
method: POST
path: "/domain/endpoint/delete"
tags: ["Endpoints"]
---

# Delete Endpoint

`POST /domain/endpoint/delete`

Delete Endpoint

## Request body

- Endpoint
  - `path` string
  - `method` string
  - `domainName` string

## Response `200`

successful operation

- ResponseMessage
  - `message` string

## Other responses

- `400` — Invalid endpoint data
- `404` — Endpoint not found

---

[API](https://skmtc.net/smythos/apis/smyth-api.md) · [All operations](https://skmtc.net/smythos/apis/smyth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smythos/smyth-api/revisions/1475e078fb4a/schema)
