Resource information
softnetsportdeleteXSD | |
POSTCache | 15 seconds |
---|
Returns a single event with details including participants, partial results, stats, lineups and important incidents for the event | Package | This resource is included in the SCOUTSFEEDpackagesDelete reservations for event in product for user from token |
Authorization required | Yes |
---|
...
Method parameters
| | |
---|
event_id | xsd:int | REQUIRED. The requested event identifier of previously booked event. The complete list of previously booked event can be retrieved using the API resource: booked-events.index |
Parameters
Name | Data type | Description |
---|
product | xsd:string | REQUIRED. The requested |
event product name identifier - scoutsfeed - Scoutsfeed product
- livescorepro - Livescorepro product
|
token | xsd:string | REQUIRED. More information concerning |
oAuth token: oAuth 2.0 authorization authorization in API introduction section |
Output elements
|
---|
message | Response info message. |
status | Response code. |
message | Response info message. Posssible output messages
Status | Message | Note |
---|
200 | Event successfully removed |
|
400 | You can order\refuse only events with the status Not started |
|
400 | Booking not Exist |
|
400 | The selected product is invalid. | When requested product is not valid |
403 | Invalid credentials. Either the username, password or token you provided is incorrect |
|
404 | The requested resource was not found | When requested event does not exist |
Sample curl call
| Parameters |
---|
curl -XDELETE 'https://api.statscore.com/v2/booked-events/{event_id}?token=token&product=product' | token, event_id, product |