CodeStar / Client / untag_project

untag_project#

CodeStar.Client.untag_project(**kwargs)#

Removes tags from a project.

See also: AWS API Documentation

Request Syntax

response = client.untag_project(
    id='string',
    tags=[
        'string',
    ]
)
Parameters:
  • id (string) –

    [REQUIRED]

    The ID of the project to remove tags from.

  • tags (list) –

    [REQUIRED]

    The tags to remove from the project.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • CodeStar.Client.exceptions.ProjectNotFoundException

  • CodeStar.Client.exceptions.ValidationException

  • CodeStar.Client.exceptions.LimitExceededException

  • CodeStar.Client.exceptions.ConcurrentModificationException