DevOpsAgentService / Client / delete_asset_file

delete_asset_file

DevOpsAgentService.Client.delete_asset_file(**kwargs)

Deletes a file from an asset

See also: AWS API Documentation

Request Syntax

response = client.delete_asset_file(
    agentSpaceId='string',
    assetId='string',
    path='string'
)
Parameters:
  • agentSpaceId (string) –

    [REQUIRED]

    The unique identifier for the agent space containing the asset

  • assetId (string) –

    [REQUIRED]

    The unique identifier of the asset containing the file

  • path (string) –

    [REQUIRED]

    The path of the file within the asset to delete

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    Response structure for deleting an asset file

Exceptions