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

Resource information

URLhttps://api.softnetsport.com/v2/events/{event_id}/lineups/{lineupId}
XSD
MethodDELETE

Description

Adds participant to lineups.
Authorization requiredYes
Internal methodYes

Parameters 

Name
Data type
Description
Name
Data type
Description
event_idxsd:intREQUIRED. The event identifier
lineup_idxsd:intREQUIRED. The lineup identifier
tokenxsd:stringREQUIRED. More information concerning authorization in API introduction section

Sample curl call

Request
 Parameters
curl -X DELETE -H "Content-Type: application/x-www-form-urlencoded" "https://api.softnetsport.com/v2/events/{event_id}/lineups/{lineup_id}?token={token}"

token, lineup_id, event_id


  • No labels