Don't forget to check out our JSON RESTful APIs, 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
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
https://webhookstest.qblab-trunk.corp.quickbase.net/db/bmdihpya6?a=API_Webhooks_Delete&actionIDList=1
Sample response
<?xml version="1.0" ?>
<qdbapi>
<action>API_Webhooks_Delete</action>
<errcode>0</errcode>
<errtext>No error</errtext>
<actionId>1</actionId>
</qdbapi>