Endpoint examples
Delete Player
Deletes a single player based on the ID supplied
DELETE
/players/{id}Authorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.