Delete player
DELETE {{baseUrl}}/users/{{user_id}}
This particular API provides users with the capability to remove a player from the system using a Unique Identifier (UID).
In order to do this activity, it is necessary to obtain authorization.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |