:doc:`PinpointSMSVoice <../../pinpoint-sms-voice>` / Client / delete_configuration_set

************************
delete_configuration_set
************************



.. py:method:: PinpointSMSVoice.Client.delete_configuration_set(**kwargs)

  Deletes an existing configuration set.

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-2018-09-05/DeleteConfigurationSet>`_  


  **Request Syntax**
  ::

    response = client.delete_configuration_set(
        ConfigurationSetName='string'
    )
    
  :type ConfigurationSetName: string
  :param ConfigurationSetName: **[REQUIRED]** ConfigurationSetName

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* DeleteConfigurationSetResponse
  
  **Exceptions**
  
  *   :py:class:`PinpointSMSVoice.Client.exceptions.NotFoundException`

  
  *   :py:class:`PinpointSMSVoice.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`PinpointSMSVoice.Client.exceptions.BadRequestException`

  
  *   :py:class:`PinpointSMSVoice.Client.exceptions.InternalServiceErrorException`

  