{
  "args": {
    "collaborator_ids": {
      "desc": "Array of collaborators (encoded user IDs) to remove; max 50",
      "required": true,
      "type": "array"
    },
    "workflow_ids": {
      "desc": "Array of workflow IDs to edit; max 50",
      "required": true,
      "type": "array"
    }
  },
  "desc": "Remove collaborators from workflows within the team or enterprise",
  "errors": {
    "error_removing_collaborators": "There were one or more errors adding workflow collaborators",
    "not_allowed": "The user is not allowed to access this API method"
  },
  "rate_limit": {
    "label": "Tier 2: 20+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {
    "user": [
      {
        "name": "admin.workflows:write",
        "url": "https://docs.slack.dev/reference/scopes/admin.workflows.write"
      }
    ]
  }
}

