---
title: "Delete an existing Sink configuration"
method: DELETE
path: "/sinks/{id}"
tags: ["sink"]
---

# Delete an existing Sink configuration

`DELETE /sinks/{id}`

## Response `204`

Sink removed.

## Other responses

- `400` — Failed due to malformed Sink ID.
- `401` — Missing or invalid access token provided.
- `500` — Unexpected server-side error occurred.

## Changes

- **2022-10-05** `ba366e36c0ce` — 1 breaking
  - added the new required `header` request parameter `Authorization` to all path's operations
- **2022-10-04** `18ac8e9f047d` — 1 breaking
  - added the new required `header` request parameter `Bearer authorization` to all path's operations

[Change history](https://skmtc.dev/orb-community/apis/orb-sinks/changes/sinks/:id/delete.md)

---

[API](https://skmtc.dev/orb-community/apis/orb-sinks.md) · [All operations](https://skmtc.dev/orb-community/apis/orb-sinks/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orb-community/orb-sinks/revisions/fbedacec6f7d/schema)
