POST api/attachment/delete
Request Information
URI Parameters
None.
Body Parameters
Collection of AttachmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| attachment_id | globally unique identifier |
None. |
|
| type_txt | string |
None. |
|
| patient_id | globally unique identifier |
None. |
|
| description_txt | string |
None. |
|
| path_resource_txt | string |
None. |
|
| file_dat | Collection of byte |
None. |
|
| active_ind | boolean |
None. |
|
| sharing_attachment_id | globally unique identifier |
None. |
|
| record_id | globally unique identifier |
None. |
|
| record_type_txt | string |
None. |
|
| created_dt | date |
None. |
|
| created_by | globally unique identifier |
None. |
|
| updated_dt | date |
None. |
|
| updated_by | globally unique identifier |
None. |
|
| hash_txt | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"attachment_id": "de3b522b-a88c-4da2-9f1d-c3adf540329b",
"type_txt": "sample string 1",
"patient_id": "da265665-7740-4c8b-8499-526d668918f5",
"description_txt": "sample string 2",
"path_resource_txt": "sample string 3",
"file_dat": "QEA=",
"active_ind": true,
"sharing_attachment_id": "29e8c785-ffed-494f-94c8-9d6dc813e5c8",
"record_id": "d4cef3e1-03d7-49b1-bce7-1a7ca0b2f649",
"record_type_txt": "sample string 5",
"created_dt": "2026-03-21T21:21:48.7411742+00:00",
"created_by": "63fa3649-703a-497c-a568-dcb41c7f45d9",
"updated_dt": "2026-03-21T21:21:48.7411742+00:00",
"updated_by": "3a22cb13-4bc8-4c42-9c5b-76cbb186a1b3",
"hash_txt": "sample string 6"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |