Resource information
URL | https://api.softnetsportstatscore.com/v2/events/{event_id}/lineups/{lineupId} | XSD|
---|---|---|
Method | DELETE | |
Description | Adds Removes participant to from lineups. | |
Authorization required | Yes | |
Internal method | Yes |
Parameters
Name | Data type | Description |
---|---|---|
Name | Data type | Description |
event_id | xsd:int | REQUIRED. The event identifier |
lineup_id | xsd:int | REQUIRED. The lineup identifier |
token | xsd:string | REQUIRED. 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 |