Skip to main content
Version: 0.6.1-incubating

Delete role

DELETE 

/metalakes/:metalake/roles/:role

Delete role

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    role stringrequired

    The name of the role

Responses

Represents a response for a delete operation

Schema

    code int32

    Possible values: [0]

    Status code of the response

    deleted boolean

    Whether the delete operation was successful

Loading...