:doc:`PinpointSMSVoiceV2 <../../pinpoint-sms-voice-v2>` / Client / delete_voice_message_spend_limit_override

*****************************************
delete_voice_message_spend_limit_override
*****************************************



.. py:method:: PinpointSMSVoiceV2.Client.delete_voice_message_spend_limit_override()

  

  Deletes an account level monthly spend limit override for sending voice messages. Deleting a spend limit override sets the ``EnforcedLimit`` equal to the ``MaxLimit``, which is controlled by Amazon Web Services. For more information on spending limits (quotas) see `Quotas <https://docs.aws.amazon.com/sms-voice/latest/userguide/quotas.html>`__ in the *End User Messaging SMS User Guide*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31/DeleteVoiceMessageSpendLimitOverride>`_  


  **Request Syntax**
  ::

    response = client.delete_voice_message_spend_limit_override()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'MonthlyLimit': 123
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **MonthlyLimit** *(integer) --* 

        The current monthly limit, in US dollars.

        
  
  **Exceptions**
  
  *   :py:class:`PinpointSMSVoiceV2.Client.exceptions.ThrottlingException`

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

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

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

  