events.incidents.delete

Resource information

URLhttps://api.statscore.com/v2/events/{event_id}/incidents/{id}
MethodDELETE

Description

Delete incident for event.
Authorization requiredYes
Internal methodYes

Parameters 

NameData typeDescription
event_idxsd:intREQUIRED. The event identifier
tokenxsd:stringREQUIRED. More information concerning authorization in API introduction section
incident_idxsd:intREQUIRED. The incident id.

Output elements

.data

messageResponse info message.
statusResponse code.

Sample curl call

Request
 Parameters
curl -XDELETE 'https://api.statscore.com/v2/events/{event_id}/incidents/{id}?token={token}'

event_id, id, token