{
  "args": {
    "channel": {
      "desc": "Channel ID for Slack channel that will be unlinked from the Salesforce record.",
      "required": true,
      "type": "string"
    },
    "new_name": {
      "desc": "Channel name you would like to give to the channel that is being unlinked from the Salesforce record.",
      "required": true,
      "type": "string"
    }
  },
  "desc": "Unlink a Salesforce record from a channel",
  "errors": {
    "channel_not_found": "Value passed for `channel` is invalid.",
    "invalid_name_specials": "Value passed for `name` contained unallowed special characters or upper case characters.",
    "name_taken": "A channel cannot be created with the given name.",
    "restricted_action": "User does not have access to perform this action."
  },
  "rate_limit": {
    "label": "Tier 2: 20+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {
    "user": [
      {
        "name": "admin.conversations:manage_objects",
        "url": "https://docs.slack.dev/reference/scopes/admin.conversations.manage_objects"
      }
    ]
  }
}

