Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Resource information

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

Description

Delete incident for event.
Authorization requiredYes

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.softnetsport.com/v2/events/{event_id}/incidents/{id}?token={token}''

event_id, id, token