WorkspacesInstances / Client / delete_workspace_instance

delete_workspace_instance

WorkspacesInstances.Client.delete_workspace_instance(**kwargs)

Deletes the specified WorkSpace

See also: AWS API Documentation

Request Syntax

response = client.delete_workspace_instance(
    WorkspaceInstanceId='string'
)
Parameters:

WorkspaceInstanceId (string) –

[REQUIRED]

Unique identifier of the WorkSpaces Instance targeted for deletion.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    Confirms the successful deletion of the specified WorkSpace Instance.

Exceptions