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

****************
delete_framework
****************



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

  

  Deletes the framework specified by a framework name.

  

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


  **Request Syntax**
  ::

    response = client.delete_framework(
        FrameworkName='string'
    )
    
  :type FrameworkName: string
  :param FrameworkName: **[REQUIRED]** 

    The unique name of a framework.

    

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

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

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

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

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

  