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

******************************************
delete_configuration_set_event_destination
******************************************



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

  Deletes an event destination in a configuration set.

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


  **Request Syntax**
  ::

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

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

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* DeleteConfigurationSetEventDestinationResponse
  
  **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`

  