DELETE - Delete webhook
DELETE {{baseUrl}}/config/webhook/:webhookId
This endpoint is used to delete an existing webhook that was defined to trigger events from the consent building block to an external IT system.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"webhook":{"payloadUrl":"\u003cstring\u003e","contentType":"\u003cstring\u003e","subscribedEvents":{"consentManagementWebhook":["\u003cstring\u003e","\u003cstring\u003e"],"digitalWalletWebhook":["\u003cstring\u003e","\u003cstring\u003e"]},"disabled":"\u003cboolean\u003e","secretKey":"\u003cstring\u003e","skipSslVerification":"\u003cboolean\u003e","timestamp":"\u003cstring\u003e","id":"\u003cstring\u003e","orgId":"\u003cstring\u003e"}}