Delete an alert by ID
DELETEhttps:/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
application/json
alert_id
string
ID of the alert that was deleteddeleted
boolean
Indicates whether the alert was successfully deleted
1 curl --request DELETE \2 --url https://api.livesession.io/v1/alerts/string \3 --header 'accept: application/json'
1 {2 "alert_id": "string",3 "deleted": true4 }
Built with