---
title: "API_Webhooks_Delete"
slug: "api-webhooks-delete"
updated: 2025-08-18T09:40:21Z
published: 2025-08-18T09:40:21Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.quickbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API_Webhooks_Delete

**Don't forget to check out our**[**JSON RESTful APIs**](https://developer.quickbase.com/)**, they can help you utilize and extend Quickbase with ease.**

## Overview

Use API_Webhooks_Delete to delete a webhook.

## Request Parameters

| Parameter | Value | Required? |
| --- | --- | --- |
| actionIDList | Comma-separated IDs of the webhooks | yes |

## Response values

| Property tag | Description |
| --- | --- |
| numChanged | Denotes how many webhooks were deleted. |

## Sample XML Request

```xml
POST https://target_domain/db/target_dbid?
Content-Type: application/xml
Content-Length:
QUICKBASE-ACTION: API_Webhooks_Delete
<qdbapi>
<usertoken>buacrj_uyp_iag2s56b7t8opp5edsvt</usertoken>
<actionIDList>1<actionIDList>
</qdbapi>
```

## URL alternative

```plaintext
https://webhookstest.qblab-trunk.corp.quickbase.net/db/bmdihpya6?a=API_Webhooks_Delete&actionIDList=1
```

## Sample response

```xml
<?xml version="1.0" ?>
<qdbapi>
<action>API_Webhooks_Delete</action>
<errcode>0</errcode>
<errtext>No error</errtext>
<actionId>1</actionId>
</qdbapi>
```
