Drop role

Delete a role in Snowflake.

Input

Field Definition Type Required

Role

Name

The name of the role.

Text TRUE

If Role Not Found

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

  • Throw Error: Throws an error if the role 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