Materialize Documentation
s
Join the Community github/materialize

DROP ROLE

New in v0.7.0.

DROP ROLE removes a role from your Materialize instance.

Syntax

DROP ROLE IF EXISTS role_name
Field Use
IF EXISTS Do not return an error if the specified role does not exist.
role_name The role you want to drop. For available roles, see mz_roles.

Details

You cannot drop the current role.