Webhooks
/Delete a webhook
Delete a webhook
https:/api.livesession.io/v1/webhooks/{id}
Delete a webhook
Scopes
Required scopes:
webhooks:writePath parameters
idstringRequired
ID of the webhook to delete
Response
Webhook deleted successfully
webhook_idstring
Webhook IDdeletedboolean
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 ⭐️