Omics / Client / delete_annotation_store

delete_annotation_store#

Omics.Client.delete_annotation_store(**kwargs)#

Deletes an annotation store.

See also: AWS API Documentation

Request Syntax

response = client.delete_annotation_store(
    name='string',
    force=True|False
)
Parameters:
  • name (string) –

    [REQUIRED]

    The store’s name.

  • force (boolean) – Whether to force deletion.

Return type:

dict

Returns:

Response Syntax

{
    'status': 'CREATING'|'UPDATING'|'DELETING'|'ACTIVE'|'FAILED'
}

Response Structure

  • (dict) –

    • status (string) –

      The store’s status.

Exceptions