events.lineups.destroy [deprecated]
Resource information
URL | https://api.statscore.com/v2/events/{event_id}/lineups/{lineupId} |
---|---|
Method | DELETE |
Description | Removes participant 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 |