WorkSpaces / Client / delete_tags

delete_tags#

WorkSpaces.Client.delete_tags(**kwargs)#

Deletes the specified tags from the specified WorkSpaces resource.

See also: AWS API Documentation

Request Syntax

response = client.delete_tags(
    ResourceId='string',
    TagKeys=[
        'string',
    ]
)
Parameters:
  • ResourceId (string) –

    [REQUIRED]

    The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases.

  • TagKeys (list) –

    [REQUIRED]

    The tag keys.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions