revoke_share: Revoke a share for a recipient

Description Usage Arguments Value Examples

Description

If a recipient is unknown, a NotFound Message will be generated

Usage

1
revoke_share(connection, share_id, recipient_email)

Arguments

connection

The connection to be used, call connect to obtain one.

share_id

The id of the share

recipient_email

The email of the recipient

Value

A FGResponse object

Examples

1
2
3
connection <- fastgenomicsRclient::connect("https://fastgenomics.org/", "Beaer ey...")
share <- create_share(conn, "dts_0f91c4f034e1471fa25f1078d23e1a97", message = "no msg", license = "license", send_to = list("a2@example.com"))
revoke_share(conn, share@Id, "a2@example.com")

FASTGenomics/r_client documentation built on June 25, 2019, 12:12 a.m.