Webhooks
Lending
Unregister hooks
1min
delete /hooks/v2/registrations request url https // /hooks/v2/registrations use this call to unregister any hook event you are registered to sample request in curl del /hooks/v2/registrations curl location request delete 'https //lendingsandbox crbcos com/hooks/v2/registrations?id=eb62ffbd 7ed4 4146 be48 7f2a46551c0e' \\ \ header 'accept application/json' \\ \ header 'authorization bearer ew0kicaiywxnijogil ' \\ \ header 'cookie ss opt=temp; ss id=qvhfixrmpd92y7hq7b74; ss pid=de9qbzzctdhmcddfuftm' required query parameter parameter name parameter type data type description id query long the registration id of hook registration to remove sample response in json del /hooks/v2/registrations there is no response in the image below because the hook registration was deleted successfully you can use the arix test collection in postman to practice unregistering from an event in the postman collection, delete registration click the tab, params in the key field, enter id in the value field, enter the registration id number that you received when you registered to the event click send