DELETE
/webhooks/{id}Delete
Deletes a webhook listener by its id
Parameters
Path Parameters
| Name | Type |
|---|---|
idrequired | string (uuid) |
Responses
200Webhook was deleted
object
Deletion response
countrequirednumber
Amount of items deleted
Example response
json
{
"count": 1
}Code Examples
bash
curl -X DELETE 'https://api.pluggy.ai/webhooks/{id}' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY'Try It
Path Parameters
