---
title: "Delete a channel"
method: DELETE
path: "/integrations/{id}"
tags: ["Integrations"]
---

# Delete a channel

`DELETE /integrations/{id}`

Delete a connected channel by its integration ID. Any scheduled posts associated with this channel will also be deleted.

## Path parameters

- `id` string, required

## Response `200`

Channel deleted successfully

- object
  - `id` string

## Other responses

- `404` — Channel not found

---

[API](https://skmtc.net/postiz/apis/postiz-public-api.md) · [All operations](https://skmtc.net/postiz/apis/postiz-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postiz/postiz-public-api/revisions/8b2952dc5357/schema)
