Deletes identities from an identity pool. You can specify a list of 1-60 identities that you want to delete.
You must use AWS Developer credentials to call this API.
cognitoidentity_delete_identities(IdentityIdsToDelete)
A list with the following syntax:
list(
UnprocessedIdentityIds = list(
list(
IdentityId = "string",
ErrorCode = "AccessDenied"|"InternalServerError"
)
)
)
[required] A list of 1-60 identities that you want to delete.
svc$delete_identities(
IdentityIdsToDelete = list(
"string"
)
)