Skip to main content

Delete

Deletes an existing role with the given key or id.

Parameters

ctx - The context of the request.
roleKey - The key of the role. This can also be the role id.

Implementation

	err := Permit.Api.Roles.Delete(ctx, "role-key")