:doc:`DataZone <../../datazone>` / Client / delete_subscription_grant

*************************
delete_subscription_grant
*************************



.. py:method:: DataZone.Client.delete_subscription_grant(**kwargs)

  

  Deletes and subscription grant in Amazon DataZone.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/DeleteSubscriptionGrant>`_  


  **Request Syntax**
  ::

    response = client.delete_subscription_grant(
        domainIdentifier='string',
        identifier='string'
    )
    
  :type domainIdentifier: string
  :param domainIdentifier: **[REQUIRED]** 

    The ID of the Amazon DataZone domain where the subscription grant is deleted.

    

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

    The ID of the subscription grant that is deleted.

    

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

    
    ::

      {
          'id': 'string',
          'createdBy': 'string',
          'updatedBy': 'string',
          'domainId': 'string',
          'createdAt': datetime(2015, 1, 1),
          'updatedAt': datetime(2015, 1, 1),
          'environmentId': 'string',
          'subscriptionTargetId': 'string',
          'grantedEntity': {
              'listing': {
                  'id': 'string',
                  'revision': 'string'
              }
          },
          'status': 'PENDING'|'IN_PROGRESS'|'GRANT_FAILED'|'REVOKE_FAILED'|'GRANT_AND_REVOKE_FAILED'|'COMPLETED'|'INACCESSIBLE',
          'assets': [
              {
                  'assetId': 'string',
                  'assetRevision': 'string',
                  'status': 'GRANT_PENDING'|'REVOKE_PENDING'|'GRANT_IN_PROGRESS'|'REVOKE_IN_PROGRESS'|'GRANTED'|'REVOKED'|'GRANT_FAILED'|'REVOKE_FAILED',
                  'targetName': 'string',
                  'failureCause': {
                      'message': 'string'
                  },
                  'grantedTimestamp': datetime(2015, 1, 1),
                  'failureTimestamp': datetime(2015, 1, 1),
                  'assetScope': {
                      'assetId': 'string',
                      'filterIds': [
                          'string',
                      ],
                      'status': 'string',
                      'errorMessage': 'string'
                  },
                  'permissions': {
                      's3': [
                          'READ'|'WRITE',
                      ]
                  }
              },
          ],
          'subscriptionId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **id** *(string) --* 

        The ID of the subscription grant that is deleted.

        
      

      - **createdBy** *(string) --* 

        The Amazon DataZone user who created the subscription grant that is deleted.

        
      

      - **updatedBy** *(string) --* 

        The Amazon DataZone user who updated the subscription grant that is deleted.

        
      

      - **domainId** *(string) --* 

        The ID of the Amazon DataZone domain in which the subscription grant is deleted.

        
      

      - **createdAt** *(datetime) --* 

        The timestamp of when the subscription grant that is deleted was created.

        
      

      - **updatedAt** *(datetime) --* 

        The timestamp of when the subscription grant that is deleted was updated.

        
      

      - **environmentId** *(string) --* 

        The ID of the environment in which the subscription grant is deleted.

        
      

      - **subscriptionTargetId** *(string) --* 

        The ID of the subscription target associated with the subscription grant that is deleted.

        
      

      - **grantedEntity** *(dict) --* 

        The entity to which the subscription is deleted.

        .. note::    This is a Tagged Union structure. Only one of the     following top level keys will be set: ``listing``.     If a client receives an unknown member it will     set ``SDK_UNKNOWN_MEMBER`` as the top level key,     which maps to the name or tag of the unknown     member. The structure of ``SDK_UNKNOWN_MEMBER`` is     as follows::

                'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}


      
        

        - **listing** *(dict) --* 

          The listing for which a subscription is granted.

          
          

          - **id** *(string) --* 

            An identifier of a revision of an asset published in a Amazon DataZone catalog.

            
          

          - **revision** *(string) --* 

            The details of a revision of an asset published in a Amazon DataZone catalog.

            
      
    
      

      - **status** *(string) --* 

        The status of the subscription grant that is deleted.

        
      

      - **assets** *(list) --* 

        The assets for which the subsctiption grant that is deleted gave access.

        
        

        - *(dict) --* 

          The details of the asset for which the subscription grant is created.

          
          

          - **assetId** *(string) --* 

            The identifier of the asset for which the subscription grant is created.

            
          

          - **assetRevision** *(string) --* 

            The revision of the asset for which the subscription grant is created.

            
          

          - **status** *(string) --* 

            The status of the asset for which the subscription grant is created.

            
          

          - **targetName** *(string) --* 

            The target name of the asset for which the subscription grant is created.

            
          

          - **failureCause** *(dict) --* 

            The failure cause included in the details of the asset for which the subscription grant is created.

            
            

            - **message** *(string) --* 

              The description of the error message.

              
        
          

          - **grantedTimestamp** *(datetime) --* 

            The timestamp of when the subscription grant to the asset is created.

            
          

          - **failureTimestamp** *(datetime) --* 

            The failure timestamp included in the details of the asset for which the subscription grant is created.

            
          

          - **assetScope** *(dict) --* 

            The asset scope of the subscribed asset.

            
            

            - **assetId** *(string) --* 

              The asset ID of the asset scope.

              
            

            - **filterIds** *(list) --* 

              The filter IDs of the asset scope.

              
              

              - *(string) --* 
          
            

            - **status** *(string) --* 

              The status of the asset scope.

              
            

            - **errorMessage** *(string) --* 

              The error message of the asset scope.

              
        
          

          - **permissions** *(dict) --* 

            The asset permissions.

            .. note::    This is a Tagged Union structure. Only one of the     following top level keys will be set: ``s3``.     If a client receives an unknown member it will     set ``SDK_UNKNOWN_MEMBER`` as the top level key,     which maps to the name or tag of the unknown     member. The structure of ``SDK_UNKNOWN_MEMBER`` is     as follows::

                        'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}


          
            

            - **s3** *(list) --* 

              The S3 details of the asset permissions.

              
              

              - *(string) --* 
          
        
      
    
      

      - **subscriptionId** *(string) --* 

        The identifier of the subsctiption whose subscription grant is to be deleted.

        
  
  **Exceptions**
  
  *   :py:class:`DataZone.Client.exceptions.InternalServerException`

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

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

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

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

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

  
  *   :py:class:`DataZone.Client.exceptions.UnauthorizedException`

  