logoOPEN BANKING DOCS

Delete webhook

Delete a registered webhook

DELETE
/webhooks/{webhookId}
X-API-Key<token>

In: header

Path Parameters

webhookIdstring

Webhook ID

Header Parameters

X-API-Keystring

API key for the application

X-App-Idstring

UUID of the application

Formatuuid

Response Body

curl -X DELETE "https://virtual-accounts-api.vantacrest.com/company/v1/webhooks/string" \  -H "X-API-Key: string" \  -H "X-App-Id: 497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "data": {}
}
{
  "success": true,
  "message": "string",
  "data": {},
  "timestamp": "2019-08-24T14:15:22Z"
}
{
  "success": true,
  "message": "string",
  "data": {},
  "timestamp": "2019-08-24T14:15:22Z"
}
{
  "success": true,
  "message": "string",
  "data": {},
  "timestamp": "2019-08-24T14:15:22Z"
}