Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

  • No labels