events.sub-participants.destroy
Resource information
URL | https://api.statscore.com/v2/events/{event_id}/sub-participants/{lineupId} |
---|---|
Method | DELETE |
Description | Removes sub-participant from event. |
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. . Unique identifier of the sub-participant in event |
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.statscore.com/v2/events/{event_id}/sub-participants/{lineup_id}?token={token}" | token, lineup_id, event_id |