---
title: "Delete a channel-permission matrix cell"
method: POST
path: "/v1/channel-permission-overrides/delete"
tags: ["channel-permission-overrides"]
---

# Delete a channel-permission matrix cell

`POST /v1/channel-permission-overrides/delete`

Removes one cell by its composite key (selector × contact-type), letting the next cascade tier up win. Returns whether a cell was removed.

## Request body

- object
  - `selector` union, required
    - object
      - `scope` 'workspace', required
    - object
      - `scope` 'adapter', required
      - `adapter` string, required
    - object
      - `scope` 'channel_type', required
      - `adapter` string, required
      - `channelType` 'dm' | 'private' | 'public', required
    - object
      - `scope` 'channel', required
      - `adapter` string, required
      - `channelExternalId` string, required
  - `contactType` 'guardian' | 'trusted_contact' | 'unverified_contact' | 'unknown', required

## Response `200`

Successful response

- object
  - `removed` boolean, required

---

[API](https://skmtc.net/vellum-ai/apis/vellum-gateway-api.md) · [All operations](https://skmtc.net/vellum-ai/apis/vellum-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vellum-ai/vellum-gateway-api/revisions/5f280bce8b2e/schema)
