deleteRemoteAccessSession

Deletes a completed remote access session and its results. You cannot delete a remote access session if it is still active.

You cannot undo this operation.

Samples

// The following example deletes a specific remote access session.
val resp = deviceFarmClient.deleteRemoteAccessSession {
    arn = "arn:aws:devicefarm:us-west-2:123456789101:session:EXAMPLE-GUID-123-456"
}