Drop user

Delete a user in Snowflake.

Input

Field Definition Type Required

User

User Name

Username of the user.

Text TRUE

If User Not Found

Choose how to handle the request for a user that doesn't exist:

  • Throw Error: Throws an error if the user doesn't exist.

  • Ignore: Returns a 200 success response, but doesn't perform any action.

Dropdown FALSE

Output

Field Definition Type

Result

Status Code

The status code returned by the server.

Number

Status

The status message returned by the server.

Text