:doc:`DataZone <../../datazone>` / Client / delete_project_profile

**********************
delete_project_profile
**********************



.. py:method:: DataZone.Client.delete_project_profile(**kwargs)

  

  Deletes a project profile.

  

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


  **Request Syntax**
  ::

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

    The ID of the domain where a project profile is deleted.

    

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

    The ID of the project profile that is deleted.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

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

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

  
  *   :py:class:`DataZone.Client.exceptions.UnauthorizedException`

  