delete_file: Delete a file associated with a patient. Use caution when...

View source: R/client.R

delete_fileR Documentation

Delete a file associated with a patient. Use caution when using this function as it should only be called to correct mistaken uploads

Description

Delete a file associated with a patient. Use caution when using this function as it should only be called to correct mistaken uploads

Usage

delete_file(patient_id, uuid)

Arguments

uuid

String representing the UUID of the file to delete

patent_id

patient_id for whom the file is being deleted

Value

The JSON response

Examples

delete_patient_file(599,"d4aa531a-89a0-4720-9060-bb32fa6cecec")

insilica/thriver documentation built on March 26, 2022, 1:46 a.m.