Alerts
/Delete an alert by ID
Delete an alert by ID
https:/api.livesession.io/v1/alerts/{id}
Delete alert by ID
Scopes
Required scopes:
alerts:writePath parameters
idstringRequired
Unique identifier of the alert to delete
Response
Alert deleted
alert_idstring
ID of the alert that was deleteddeletedboolean
Indicates whether the alert was successfully deleted
Example request
curl --request \ --url https://api.livesession.io/v1 \ --header 'accept: application/json'
Example response
{ "alert_id": "string", "deleted": true }
Built with
Show your support! Star us on GitHub ⭐️