Webhooks
/
Delete a webhook

Delete a webhook

DELETE
https:/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

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

Show your support! Star us on GitHub ⭐️