:doc:`B2BI <../../b2bi>` / Client / delete_profile

**************
delete_profile
**************



.. py:method:: B2BI.Client.delete_profile(**kwargs)

  

  Deletes the specified profile. A profile is the mechanism used to create the concept of a private network.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/DeleteProfile>`_  


  **Request Syntax**
  ::

    response = client.delete_profile(
        profileId='string'
    )
    
  :type profileId: string
  :param profileId: **[REQUIRED]** 

    Specifies the unique, system-generated identifier for the profile.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`B2BI.Client.exceptions.ConflictException`

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

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

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

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

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

  