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:write
Path parameters
id
string
Required
Unique identifier of the alert to delete
Response
Alert deleted
alert_id
string
ID of the alert that was deleteddeleted
boolean
Indicates whether the alert was successfully deleted
Example request
curl --request DELETE \ --url https://api.livesession.io/v1/alerts/string \ --header 'accept: application/json'
Example response
{ "alert_id": "string", "deleted": true }
Built with
Show your support! Star us on GitHub ⭐️