🚀 Welcome! Spot an issue or have feedback? Let us know.
curl --location -g --request DELETE 'https://api.parseur.com/parser/{{PARSER_ID}}/webhook_set/{{WEBHOOK_ID}}' \
--header 'Authorization;'
{
"id": 123456,
// other keys removed for brevity
"webhook_set": [],
"available_webhook_set": [
{
"id": 14,
"event": "document.processed",
"target": "https://test.webhooks/test",
"name": "My Webhook",
"category": "CUSTOM",
"parser_field_set": []
},
{
"id": 15,
"event": "table.processed",
"target": "https://test.webhooks/other",
"name": "",
"headers": null,
"category": "CUSTOM",
"api_key": null,
"default_driver_fee_percentage": null,
"parser_field_set": [
"PF1504082"
]
}
]
}