IoTTwinMaker / Client / delete_workspace
delete_workspace#
- IoTTwinMaker.Client.delete_workspace(**kwargs)#
 Deletes a workspace.
See also: AWS API Documentation
Request Syntax
response = client.delete_workspace( workspaceId='string' )
- Parameters:
 workspaceId (string) –
[REQUIRED]
The ID of the workspace to delete.
- Return type:
 dict
- Returns:
 Response Syntax
{ 'message': 'string' }
Response Structure
(dict) –
message (string) –
The string that specifies the delete result for the workspace.
Exceptions
IoTTwinMaker.Client.exceptions.InternalServerExceptionIoTTwinMaker.Client.exceptions.AccessDeniedExceptionIoTTwinMaker.Client.exceptions.ResourceNotFoundExceptionIoTTwinMaker.Client.exceptions.ThrottlingExceptionIoTTwinMaker.Client.exceptions.ValidationException