:doc:`MigrationHubOrchestrator <../../migrationhuborchestrator>` / Client / delete_workflow_step_group

**************************
delete_workflow_step_group
**************************



.. py:method:: MigrationHubOrchestrator.Client.delete_workflow_step_group(**kwargs)

  

  Delete a step group in a migration workflow.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/migrationhuborchestrator-2021-08-28/DeleteWorkflowStepGroup>`_  


  **Request Syntax**
  ::

    response = client.delete_workflow_step_group(
        workflowId='string',
        id='string'
    )
    
  :type workflowId: string
  :param workflowId: **[REQUIRED]** 

    The ID of the migration workflow.

    

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

    The ID of the step group you want to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`MigrationHubOrchestrator.Client.exceptions.ThrottlingException`

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

  
  *   :py:class:`MigrationHubOrchestrator.Client.exceptions.InternalServerException`

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

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

  