:doc:`IoTTwinMaker <../../iottwinmaker>` / Client / delete_scene

************
delete_scene
************



.. py:method:: IoTTwinMaker.Client.delete_scene(**kwargs)

  

  Deletes a scene.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iottwinmaker-2021-11-29/DeleteScene>`_  


  **Request Syntax**
  ::

    response = client.delete_scene(
        workspaceId='string',
        sceneId='string'
    )
    
  :type workspaceId: string
  :param workspaceId: **[REQUIRED]** 

    The ID of the workspace.

    

  
  :type sceneId: string
  :param sceneId: **[REQUIRED]** 

    The ID of the scene to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoTTwinMaker.Client.exceptions.InternalServerException`

  
  *   :py:class:`IoTTwinMaker.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`IoTTwinMaker.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`IoTTwinMaker.Client.exceptions.ThrottlingException`

  
  *   :py:class:`IoTTwinMaker.Client.exceptions.ValidationException`

  