---
title: "Delete Ingest Endpoint"
method: DELETE
path: "/ingest/api/v1/source/{source_id}/endpoint/{endpoint_id}"
tags: ["Ingest Endpoint"]
---

# Delete Ingest Endpoint

`DELETE /ingest/api/v1/source/{source_id}/endpoint/{endpoint_id}`

Delete an ingest endpoint.

## Path parameters

- `source_id` string, required — The Source's ID or UID.
- `endpoint_id` string, required — The Endpoint's ID or UID.

## Response `204`

no content

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

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