---
title: "Delete Serving Endpoint"
method: DELETE
path: "/v1/serving/endpoints/{endpoint_id}"
tags: ["serving"]
---

# Delete Serving Endpoint

`DELETE /v1/serving/endpoints/{endpoint_id}`

## Path parameters

- `endpoint_id` string, uuid, required

## Response `200`

Successful Response

- DeleteServingEndpointResponse
  - `id` union, required
    - string, uuid
    - string
  - `deleted` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/outerproduct/apis/outerproduct-api.md) · [All operations](https://skmtc.dev/outerproduct/apis/outerproduct-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outerproduct/outerproduct-api/revisions/a49cdafe7fba/schema)
