hatoba / Client / delete_tags

delete_tags

hatoba.Client.delete_tags(**kwargs)

タグを削除します。

1回のリクエストで複数のタグを削除可能です。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.delete_tags(
    Ids='string'
)
Parameters:

Ids (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'Tags': [
        {
            'Id': 'string',
            'Key': 'string',
            'Nrn': 'string',
            'Value': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • Tags (list) –

      • (dict) –

        • Id (string) –

        • Key (string) –

        • Nrn (string) –

        • Value (string) –