Update a Webhook
PATCH https://api.razorpay.com/v2/accounts/{account_id}/webhooks/{webhooks_id}
This API lets you modify an existing webhook.
Find additional information in the Update a Webhook API guide.
Request Body
{"url"=>"https://www.linkedin.com", "events"=>["refund.created"]}