Skip to main content
Version: 2.0

Delete a user

DELETE 

/v2/users/:username

Delete a user from the account.

Request

Path Parameters

    username stringrequired

    Specifies the user ID to delete. Note that the username must be percent encoded.

Header Parameters

    Request-Timeout integer

    Possible values: >= 1

    The API will make a best effort to complete the request in the specified seconds or time out.

    Request-Timeout-Millis integer

    Possible values: >= 1

    The API will make a best effort to complete the request in the specified milliseconds or time out.

Responses

User was successfully deleted.

Loading...