Disconnects a connected instance or disassociates an instance that is associated with another user.
Operation description
Connections to instances are established using the Web SDK. After a connection is closed with session.stop(), the system maintains the user-instance association for 5 minutes. During this time, other users cannot connect. The DisconnectAndroidInstance operation lets you disassociate the instance immediately.
Try it now
Test
RAM authorization
Request syntax
GET HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
| InstanceIds | array | No | A list of instance IDs. You can specify 1 to 100 IDs. | |
string | No | An instance ID. | acp-5hh4a31emkt6u**** | |
EndUserId | string | No | This parameter is not publicly available. | user1 |
Response elements
Element | Type | Description | Example |
object | The response elements. | ||
RequestId | string | The request ID. | E5138F7E-46B5-526A-8C99-82DEAE6B**** |
Examples
Success response
JSON format
{
"RequestId": "E5138F7E-46B5-526A-8C99-82DEAE6B****"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.