A
AirtableApi
Arcade Native

DeleteAirtableShare

AirtableApi.DeleteAirtableShare

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

Description

Permanently delete a share from an Airtable base.

This tool permanently deletes a share from an Airtable base. It should be used when you need to remove a share entirely, with no recovery option available.

Input Parameters

{
  "parameters": [
    {
      "name": "airtable_base_id",
      "required": true,
      "inferrable": true,
      "description": "The unique identifier of the Airtable base from which the share will be deleted. This value is required.",
      "value_schema": {
        "val_type": "string"
      }
    },
    {
      "name": "share_id",
      "required": true,
      "inferrable": true,
      "description": "The unique identifier of the share to delete from an Airtable base.",
      "value_schema": {
        "val_type": "string"
      }
    }
  ]
}

Output

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