SecurityAgent / Client / delete_artifact

delete_artifact

SecurityAgent.Client.delete_artifact(**kwargs)

Delete an Artifact from the given agent space

See also: AWS API Documentation

Request Syntax

response = client.delete_artifact(
    agentSpaceId='string',
    artifactId='string'
)
Parameters:
  • agentSpaceId (string) –

    [REQUIRED]

    Unique identifier of the agent space

  • artifactId (string) –

    [REQUIRED]

    Unique identifier of the artifact

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • SecurityAgent.Client.exceptions.ResourceNotFoundException

  • SecurityAgent.Client.exceptions.InternalServerException

  • SecurityAgent.Client.exceptions.ValidationException

  • SecurityAgent.Client.exceptions.ThrottlingException

  • SecurityAgent.Client.exceptions.AccessDeniedException