revokeSkin

@NotNull()
public abstract @NotNull() CompletableFuture<Void> revokeSkin(@NotNull() @NotNull() UUID playerUuid, @NotNull() @NotNull() String skinId)

Revokes a skin from a player.

Return

A future that completes when the revoke is persisted.

Parameters

playerUuid

The player's UUID.

skinId

The skin ID.