:doc:`EFS <../../efs>` / Client / untag_resource

**************
untag_resource
**************



.. py:method:: EFS.Client.untag_resource(**kwargs)

  

  Removes tags from an EFS resource. You can remove tags from EFS file systems and access points using this API operation.

   

  This operation requires permissions for the ``elasticfilesystem:UntagResource`` action.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/UntagResource>`_  


  **Request Syntax**
  ::

    response = client.untag_resource(
        ResourceId='string',
        TagKeys=[
            'string',
        ]
    )
    
  :type ResourceId: string
  :param ResourceId: **[REQUIRED]** 

    Specifies the EFS resource that you want to remove tags from.

    

  
  :type TagKeys: list
  :param TagKeys: **[REQUIRED]** 

    The keys of the key-value tag pairs that you want to remove from the specified EFS resource.

    

  
    - *(string) --* 

    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`EFS.Client.exceptions.BadRequest`

  
  *   :py:class:`EFS.Client.exceptions.InternalServerError`

  
  *   :py:class:`EFS.Client.exceptions.FileSystemNotFound`

  
  *   :py:class:`EFS.Client.exceptions.AccessPointNotFound`

  