:doc:`Redshift <../../redshift>` / Client / delete_tags

***********
delete_tags
***********



.. py:method:: Redshift.Client.delete_tags(**kwargs)

  

  Deletes tags from a resource. You must provide the ARN of the resource from which you want to delete the tag or tags.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteTags>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, ``arn:aws:redshift:us-east-2:123456789:cluster:t1``.

    

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

    The tag key that you want to delete.

    

  
    - *(string) --* 

    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Redshift.Client.exceptions.ResourceNotFoundFault`

  
  *   :py:class:`Redshift.Client.exceptions.InvalidTagFault`

  