{
  "args": {
    "channel_id": {
      "desc": "The channel to delete.",
      "example": "C12345",
      "required": true
    }
  },
  "desc": "Delete a public or private channel.",
  "errors": {
    "channel_not_found": "The value passed for `channel_id` was invalid.",
    "channel_type_not_supported": "The provided `channel_id` was a DM, MPDM, or the 'general' channel.",
    "could_not_delete_channel": "The channel could not be deleted.",
    "default_org_wide_channel": "The default org-wide channel cannot be deleted.",
    "feature_not_enabled": "The token provided doesn't have access to this method.",
    "not_an_admin": "The token provided is not associated with an Org Owner or Admin.",
    "restricted_action": "A workspace preference prevents the authenticated user from deleting this channel."
  },
  "rate_limit": {
    "label": "Tier 2: 20+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {
    "user": [
      {
        "name": "admin.conversations:write",
        "url": "https://docs.slack.dev/reference/scopes/admin.conversations.write"
      }
    ]
  }
}

