:doc:`Backup <../../backup>` / Client / disassociate_recovery_point_from_parent

***************************************
disassociate_recovery_point_from_parent
***************************************



.. py:method:: Backup.Client.disassociate_recovery_point_from_parent(**kwargs)

  

  This action to a specific child (nested) recovery point removes the relationship between the specified recovery point and its parent (composite) recovery point.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DisassociateRecoveryPointFromParent>`_  


  **Request Syntax**
  ::

    response = client.disassociate_recovery_point_from_parent(
        BackupVaultName='string',
        RecoveryPointArn='string'
    )
    
  :type BackupVaultName: string
  :param BackupVaultName: **[REQUIRED]** 

    The name of a logical container where the child (nested) recovery point is stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created.

    

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

    The Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for example, ``arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.``

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Backup.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Backup.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`Backup.Client.exceptions.MissingParameterValueException`

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

  
  *   :py:class:`Backup.Client.exceptions.InvalidRequestException`

  