A
AirtableApi
Arcade Native

RemoveWorkspaceCollaborator

AirtableApi.RemoveWorkspaceCollaborator

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

Description

Remove a collaborator from an Airtable workspace.

Use this tool to remove a collaborator, identified by user or group ID, from a specified Airtable workspace.

Input Parameters

{
  "parameters": [
    {
      "name": "collaborator_identifier",
      "required": true,
      "inferrable": true,
      "description": "The ID of the user or group to be removed from the workspace.",
      "value_schema": {
        "val_type": "string"
      }
    },
    {
      "name": "workspace_id",
      "required": true,
      "inferrable": true,
      "description": "The unique identifier of the Airtable workspace from which to remove a collaborator.",
      "value_schema": {
        "val_type": "string"
      }
    }
  ]
}

Output

{
  "description": "Response from the API endpoint 'delete-workspace-collaborator'.",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}