Skip to main content
Version: 0.6.1-incubating

Remove user

DELETE 

/metalakes/:metalake/users/:user

Remove user

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    user stringrequired

    The name of the user

Responses

Represents a response for a remove operation

Schema

    code int32

    Possible values: [0]

    Status code of the response

    removed boolean

    Whether the remove operation was successful

Loading...