:doc:`AIOps <../../aiops>` / Client / delete_investigation_group

**************************
delete_investigation_group
**************************



.. py:method:: AIOps.Client.delete_investigation_group(**kwargs)

  

  Deletes the specified investigation group from your account. You can currently have one investigation group per Region in your account. After you delete an investigation group, you can later create a new investigation group in the same Region.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/aiops-2018-05-10/DeleteInvestigationGroup>`_  


  **Request Syntax**
  ::

    response = client.delete_investigation_group(
        identifier='string'
    )
    
  :type identifier: string
  :param identifier: **[REQUIRED]** 

    Specify either the name or the ARN of the investigation group that you want to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`AIOps.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`AIOps.Client.exceptions.ForbiddenException`

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

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

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

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

  
  *   :py:class:`AIOps.Client.exceptions.ConflictException`

  