:doc:`LicenseManagerLinuxSubscriptions <../../license-manager-linux-subscriptions>` / Client / deregister_subscription_provider

********************************
deregister_subscription_provider
********************************



.. py:method:: LicenseManagerLinuxSubscriptions.Client.deregister_subscription_provider(**kwargs)

  

  Remove a third-party subscription provider from the Bring Your Own License (BYOL) subscriptions registered to your account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/license-manager-linux-subscriptions-2018-05-10/DeregisterSubscriptionProvider>`_  


  **Request Syntax**
  ::

    response = client.deregister_subscription_provider(
        SubscriptionProviderArn='string'
    )
    
  :type SubscriptionProviderArn: string
  :param SubscriptionProviderArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the subscription provider resource to deregister.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`LicenseManagerLinuxSubscriptions.Client.exceptions.InternalServerException`

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

  
  *   :py:class:`LicenseManagerLinuxSubscriptions.Client.exceptions.ThrottlingException`

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

  