Levels
Delete User Level
DELETE
/levels/{guildId}/users/{userId}Delete a user's level from a guild
Authorization
apiKey X-Api-Key<token>
The user's API key to authenticate requests
In: header
Path Parameters
guildId*Snowflake
A Discord snowflake identifier
Match
^[1-9]\d+$Length
17 <= length <= 19userId*Snowflake
A Discord snowflake identifier
Match
^[1-9]\d+$Length
17 <= length <= 19Response Body
curl -X DELETE "https://example.com/levels/stringstringstrin/users/stringstringstrin"Empty