Apagar todos os participantes em um torneio. (Apenas permitido se o torneio ainda não começou)
DELETE
https://api.challonge.com/v1/tournaments/{tournament}/participants/clear.{json|xml}
| Name | Description | 
|---|---|
| 
 Necessário 
api_key
 | 
Your API key (required unless you're using HTTP basic authentication) | 
| 
 Necessário 
{tournament} (in URL string)
 | 
Tournament ID (e.g. 10230) or URL (e.g. 'single_elim' for challonge.com/single_elim). If assigned to a subdomain, URL format must be :subdomain-:tournament_url (e.g. 'test-mytourney' for test.challonge.com/mytourney)
 |