---
title: "Unset the context playbook for a Slack channel. This clears any association  so that messages in this channel no longer use a specific playbook context."
method: POST
path: "/textql.rpc.public.playbook.PlaybookService/UnsetSlackChannelContextPlaybook"
tags: ["PlaybookService"]
---

# Unset the context playbook for a Slack channel. This clears any association  so that messages in this channel no longer use a specific playbook context.

`POST /textql.rpc.public.playbook.PlaybookService/UnsetSlackChannelContextPlaybook`

Unset the context playbook for a Slack channel. This clears any association
 so that messages in this channel no longer use a specific playbook context.

## Headers

- `Connect-Protocol-Version` 1, required — Define the version of the Connect protocol
- `Connect-Timeout-Ms` number — Define the timeout, in ms

## Request body

- TextqlRpcPublicPlaybookUnsetSlackChannelContextPlaybookRequest — Unsets the context playbook for a Slack channel by channel ID only.
  - `slackChannelId` string

## Response `200`

Success

- TextqlRpcPublicPlaybookUnsetSlackChannelContextPlaybookResponse
  - `success` boolean

## Other responses

- `default` — Error

---

[API](https://skmtc.net/textql/apis/textql-rpc-platform.md) · [All operations](https://skmtc.net/textql/apis/textql-rpc-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textql/textql-rpc-platform/versions/31ce2b0c4427/schema)
