---
title: "Delete a Source"
method: DELETE
path: "/sources/{id}"
tags: ["Sources"]
---

# Delete a Source

`DELETE /sources/{id}`

Delete a source by ID. Deleted sources are removed from the sources tab, and can be restored from the trash within 30 days of deletion via the undelete endpoint.

## Path parameters

- `id` string, required

## Response `200`

OK

- object — Returns the deleted source
  - `sources` Source[]
    - `id` string — The API ID of this entity, formatted {integer}-{entityType}
    - `name` string
    - `href` string
    - `modifiedTime` integer — Unix Timestamp
    - `channel` object — Channels group sources into broader groups.
      - `value` integer
      - `display` string
    - `deletedTime` integer — Unix Timestamp

---

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