Delete a Webhook from the database
Note
API endpoints:
DELETE {your_Odoo_server_url}/restapi/1.0/webhooks/{id} (Delete a single webhook by its id)
DELETE {your_Odoo_server_url}/restapi/1.0/webhooks?ids={comma_separated_ids} (Delete a list of webhooks of particular ids)
Last updated