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

***********************************
delete_provisioned_model_throughput
***********************************



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

  

  Deletes a Provisioned Throughput. You can't delete a Provisioned Throughput before the commitment term is over. For more information, see `Provisioned Throughput <https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html>`__ in the `Amazon Bedrock User Guide <https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html>`__.

  

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


  **Request Syntax**
  ::

    response = client.delete_provisioned_model_throughput(
        provisionedModelId='string'
    )
    
  :type provisionedModelId: string
  :param provisionedModelId: **[REQUIRED]** 

    The Amazon Resource Name (ARN) or name of the Provisioned Throughput.

    

  
  
  :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`

  