Skip to main content
Version: 2.0.0

Delete

Delete a user with specific user key or id.

Parameters

ctx - The context of the request.
userKey - The Key of the user. This is the unique key of the user.

Implementation

err := Permit.Api.Users.Delete(ctx, "user-key")