:doc:`MQ <../../mq>` / Client / delete_tags

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



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

  

  Removes a tag from a resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/DeleteTags>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) of the resource tag.

    

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

    An array of tag keys to delete

    

  
    - *(string) --* 

    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`MQ.Client.exceptions.NotFoundException`

  
  *   :py:class:`MQ.Client.exceptions.BadRequestException`

  
  *   :py:class:`MQ.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`MQ.Client.exceptions.ForbiddenException`

  