:doc:`Bedrock <../../bedrock>` / Client / delete_inference_profile

************************
delete_inference_profile
************************



.. py:method:: Bedrock.Client.delete_inference_profile(**kwargs)

  

  Deletes an application inference profile. For more information, see `Increase throughput and resilience with cross-region inference in Amazon Bedrock <https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html>`__. in the Amazon Bedrock User Guide.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/bedrock-2023-04-20/DeleteInferenceProfile>`_  


  **Request Syntax**
  ::

    response = client.delete_inference_profile(
        inferenceProfileIdentifier='string'
    )
    
  :type inferenceProfileIdentifier: string
  :param inferenceProfileIdentifier: **[REQUIRED]** 

    The Amazon Resource Name (ARN) or ID of the application inference profile to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Bedrock.Client.exceptions.ResourceNotFoundException`

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

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

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

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

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

  