Resource information
URL | https://api.softnetsport.com/v2/events/{event_id}/incidents/{id} |
---|---|
XSD | |
Method | DELETE |
Description | Delete incident for event. |
Authorization required | Yes |
Parameters
Name | Data type | Description |
---|---|---|
event_id | xsd:int | REQUIRED. The event identifier |
token | xsd:string | REQUIRED. More information concerning authorization in API introduction section |
incident_id | xsd:int | REQUIRED. |
The incident id. |
Output elements
.data | |
---|---|
message | Response info message. |
status | Response code. |
Sample curl call
Request | Parameters |
---|---|
curl -XDELETE 'https://api.softnetsport.com/v2/events/{event_id}/incidents/{id}?token={token}'' | event_id, id, token |