Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

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(
    force=True|False,
    name='string'
)
Parameters
  • force (boolean) -- Whether to force deletion.
  • name (string) --

    [REQUIRED]

    The store's name.

Return type

dict

Returns

Response Syntax

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

Response Structure

  • (dict) --

    • status (string) --

      The store's status.

Exceptions

  • Omics.Client.exceptions.InternalServerException
  • Omics.Client.exceptions.ThrottlingException
  • Omics.Client.exceptions.ValidationException
  • Omics.Client.exceptions.ConflictException
  • Omics.Client.exceptions.ResourceNotFoundException
  • Omics.Client.exceptions.AccessDeniedException