Delete club

DELETE /1/clubs/{id}

Delete club

Path parameters

  • id string Required

    The club id.

Responses

  • 200 application/json

    Empty result.

DELETE /1/clubs/{id}
curl \
 --request DELETE 'https://api.localsporthero.com/1/clubs/{id}'
Response examples (200)
{}