:doc:`WorkDocs <../../workdocs>` / Client / delete_notification_subscription

********************************
delete_notification_subscription
********************************



.. py:method:: WorkDocs.Client.delete_notification_subscription(**kwargs)

  

  Deletes the specified subscription from the specified organization.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/DeleteNotificationSubscription>`_  


  **Request Syntax**
  ::

    response = client.delete_notification_subscription(
        SubscriptionId='string',
        OrganizationId='string'
    )
    
  :type SubscriptionId: string
  :param SubscriptionId: **[REQUIRED]** 

    The ID of the subscription.

    

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

    The ID of the organization.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`WorkDocs.Client.exceptions.UnauthorizedResourceAccessException`

  
  *   :py:class:`WorkDocs.Client.exceptions.EntityNotExistsException`

  
  *   :py:class:`WorkDocs.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`WorkDocs.Client.exceptions.ProhibitedStateException`

  