A
AirtableApi
Arcade Native

DeleteAirtableWebhook

AirtableApi.DeleteAirtableWebhook

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

Description

Deletes a webhook in Airtable with required permissions.

Use this tool to delete an existing webhook in Airtable. Requires creator level permissions to perform the action.

Input Parameters

{
  "parameters": [
    {
      "name": "airtable_base_id",
      "required": true,
      "inferrable": true,
      "description": "The unique ID of the Airtable base where the webhook is to be deleted. This is required to specify the target base.",
      "value_schema": {
        "val_type": "string"
      }
    },
    {
      "name": "webhook_id",
      "required": true,
      "inferrable": true,
      "description": "The unique identifier for the webhook to be deleted. This string is required to specify which webhook will be removed.",
      "value_schema": {
        "val_type": "string"
      }
    }
  ]
}

Output

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