if (FALSE) {
# The following command deletes one access key (access key ID and secret
# access key) assigned to the IAM user named Bob.
svc$delete_access_key(
AccessKeyId = "AKIDPMS9RO4H3FEXAMPLE",
UserName = "Bob"
)
}
Run the code above in your browser using DataLab