:doc:`ConnectCampaignServiceV2 <../../connectcampaignsv2>` / Client / delete_campaign_communication_limits

************************************
delete_campaign_communication_limits
************************************



.. py:method:: ConnectCampaignServiceV2.Client.delete_campaign_communication_limits(**kwargs)

  

  Deletes the communication limits config for a campaign. This API is idempotent.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connectcampaignsv2-2024-04-23/DeleteCampaignCommunicationLimits>`_  


  **Request Syntax**
  ::

    response = client.delete_campaign_communication_limits(
        id='string',
        config='ALL_CHANNEL_SUBTYPES'
    )
    
  :type id: string
  :param id: **[REQUIRED]** 

    Identifier representing a Campaign

    

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

    The type of campaign communication limits config.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ConnectCampaignServiceV2.Client.exceptions.InternalServerException`

  
  *   :py:class:`ConnectCampaignServiceV2.Client.exceptions.ResourceNotFoundException`

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

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

  
  *   :py:class:`ConnectCampaignServiceV2.Client.exceptions.InvalidCampaignStateException`

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

  