Webhook
  • Odoo Webhooks: Version 1.0 documentation
  • Configuration
    • Through the API
    • Through your user panel
  • Properties
  • Endpoints
    • Get a Webhooks
      • Get a list of all webhooks
      • Get a single webhook by it's ID
      • Get a list of webhooks of particular ids
      • Get a list of specific webhooks using domain filter
    • Get a count of Webhooks
    • Create a new Webhook
    • Update an existing Webhook
      • Update a single webhook by its id
      • Update a list of webhooks of particular ids
    • Delete a Webhook from the database
      • Delete a single webhook by its id
      • Delete a list of webhooks of particular ids
  • Receive a webhook
  • Handle Response
Powered by GitBook
On this page
  1. Endpoints

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)

PreviousUpdate a list of webhooks of particular idsNextDelete a single webhook by its id

Last updated 2 years ago