v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465378349.0 KB

Removes a user or group from an Amazon EMR Studio.

post/#X-Amz-Target=ElasticMapReduce.DeleteStudioSessionMapping

Headers

X-Amz-Target'ElasticMapReduce.DeleteStudioSessionMapping' required

Request body

StudioIdstring required

The ID of the Amazon EMR Studio.

IdentityIdstring

The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_User.html#singlesignon-Type-User-UserId">UserId</a> and <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html#singlesignon-Type-Group-GroupId">GroupId</a> in the <i>IAM Identity Center Identity Store API Reference</i>. Either <code>IdentityName</code> or <code>IdentityId</code> must be specified.

IdentityNamestring

The name of the user name or group to remove from the Amazon EMR Studio. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_User.html#singlesignon-Type-User-UserName">UserName</a> and <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html#singlesignon-Type-Group-DisplayName">DisplayName</a> in the <i>IAM Identity Center Store API Reference</i>. Either <code>IdentityName</code> or <code>IdentityId</code> must be specified.

IdentityType'USER' | 'GROUP' required

Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.

Response

Success