How to disconnect the location from application in webhook v1?

Since we don’t want accept any notification from there, how to unbind the location from application in square.

You can use UpdateWebhooks which is PUT /v1/{location_id}/webhooks and pass in a blank list of enums which will unsubscribe you from all webhook events from that location. Or you can pass in only the ones you still want to be subscribed too.