Skip to content

Delete Share

omics_delete_share R Documentation

Deletes a resource share

Description

Deletes a resource share. If you are the resource owner, the subscriber will no longer have access to the shared resource. If you are the subscriber, this operation deletes your access to the share.

Usage

omics_delete_share(shareId)

Arguments

shareId

[required] The ID for the resource share to be deleted.

Value

A list with the following syntax:

list(
  status = "PENDING"|"ACTIVATING"|"ACTIVE"|"DELETING"|"DELETED"|"FAILED"
)

Request syntax

svc$delete_share(
  shareId = "string"
)