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 8 Next »

Resource information

URLhttps://api.softnetsport.com/v2/booked-events/delete
XSD 
MethodDELETE

Description

Returns a single event with details including participants, partial results, stats, lineups and important incidents for the event
Cache15 seconds
Authorization requiredYes

Parameters

NameData typeDescription
event_idxsd:intREQUIRED. The requested event identifier
product
xsd:string

REQUIRED. The requested product name identifier

  • scoutsfeed - Scoutsfeed product
  • livescorepro - Livescorepro product
  • scoreframe - Scoreframe product
tokenxsd:stringREQUIRED. More information concerning authorization in API introduction section

Output elements

.data
 
messageResponse info message.
statusResponse code.

Response Code

Code
 
200Successful request.
4xxBad request.

Sample curl call

Request
 Parameters
curl -XDELETE 'https://api.softnetsport.com/v2/booked-events/{event_id}?token=token&product=product'

token, event_id, product

  • No labels