Delete Media by ID
DELETE {{baseUrl}}/api/v2/Media/:media-id?patient=<integer>&category=prescription-card
Overview:
Removes the media file that matches the provided unique ID completely and permanently from the server storage and database.
This is only supported in ATHENA.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
patient | string | (Required) The patient identifier associated with the media. | |
category | string | (Required) The category of the media. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source id provided for connecting to the data source | |
Authorization | string |