---
title: "disableOrganizationChannel"
method: PUT
path: "/organization-channels/{id}/disable"
tags: ["Organization Channel"]
---

# disableOrganizationChannel

`PUT /organization-channels/{id}/disable`

Disables a Channel for the specified Organization

## Path parameters

- `id` integer, required

## Response `200`

Success

- OrganizationChannel
  - `additional_configurations` string[] — List of additional integration configurations enabled for this channel
  - `channel_name` string — The name of Integration Channel
  - `channel_integration_details_id` integer, nullable — Primary identifier of associated Channel Integration details
  - `id` integer — Primary identifier of record
  - `organization_id` integer — Primary identifier of associated Organization
  - `status` 'enabled' | 'disabled' — Status of Organization Channel
  - `step_statuses` object — Status of all steps of Integration Channel
    - `authorize_granted` boolean
    - `granted_fundraiser_permission` boolean

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Organization Channel not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/versions/d22bb925eeed/schema)
