API

Delete a webhook

DELETEhttps:/api.livesession.io/v1/webhooks/{id}

Delete a webhook

Scopes

Required scopes: webhooks:write

Path parameters

  • id
    string
    Required
    ID of the webhook to delete

Response

application/json
  • webhook_id
    string
    Webhook ID
    • deleted
      boolean
      Indicates if the webhook was deleted
      1
      curl --request DELETE \
      2
      --url https://api.livesession.io/v1/webhooks/string \
      3
      --header 'accept: application/json'
      1
      {
      2
      "webhook_id": "string",
      3
      "deleted": true
      4
      }
      Built with