Skip to main content
DELETE
Revoke a user's access to a namespace

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

username
string
required

The username associated with the request.

namespace
string
required

Namespace for the dataset.

Body

application/json
username
string
required

Username of the user to grant or revoke access for.

Example:

"alice"

role
enum<string>
required

Access level. 'viewer' is read-only; 'editor' is read and write.

Available options:
viewer,
editor
Example:

"viewer"

Response

Access was revoked.