DELETE/webhooks/{id}

Delete

Deletes a webhook listener by its id

Parameters

Path Parameters

NameType
idrequired
string (uuid)

Responses

200Webhook was deleted
object

Deletion response

countrequirednumber

Amount of items deleted

Example response

json
{
  "count": 1
}
curl -X DELETE \
'https://api.pluggy.ai/webhooks/{id}' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY'
Sample response
{
"count": 1
}