---
title: "API_Webhooks_Delete"
slug: "api-webhooks-delete"
updated: 2025-08-18T09:40:21Z
published: 2025-08-18T09:40:21Z
canonical: "help.quickbase.com/api-webhooks-delete"
---
> ## 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
buacrj_uyp_iag2s56b7t8opp5edsvt
1
```
## URL alternative
```plaintext
https://webhookstest.qblab-trunk.corp.quickbase.net/db/bmdihpya6?a=API_Webhooks_Delete&actionIDList=1
```
## Sample response
```xml
API_Webhooks_Delete
0
No error
1
```