Versions Compared

Key

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

Resource information

URLhttps://api.softnetsport.com/v2/booked-events/{event_id}
XSD 
MethodDELETE

Description

Delete reservations for event in product for user from token.
Authorization requiredYes

Method parameters

Name
Data type
Description
event_idxsd:intREQUIRED. The requested event identifier

Parameters

NameData typeDescription
product
xsd:string

REQUIRED. The requested product name identifier

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

Output elements

.data
 
messageResponse info message.
statusResponse code.

Sample curl call

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

token, event_id, product