one:DeleteUserV1

Write

one:DeleteUserV1 is a Write access-level action in the one service. Grants permission to delete a User

Resource types

ARNs that one:DeleteUserV1 can be scoped to in an IAM policy.

arn:${Partition}:one:${Region}:${Account}:user/${UserId}
user

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows one:DeleteUserV1. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowOneDeleteUserV1",
      "Effect": "Allow",
      "Action": "one:DeleteUserV1",
      "Resource": "*"
    }
  ]
}

Related actions in one

View all one actions →