username abstract method

Deregistration username(
  1. String username
)

Specifies the username that must be deregistered.

IMPORTANT
Providing the username is required.

Params:

  • username: the username.

Returns: a Deregistration object.

Implementation

Deregistration username(String username);