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": "467ab3cd-8b00-48ac-949d-2ba5194d5baf",
"type_txt": "sample string 1",
"patient_id": "9676894a-992f-4f92-8a37-69bb4b4ce6e5",
"description_txt": "sample string 2",
"path_resource_txt": "sample string 3",
"file_dat": "QEA=",
"active_ind": true,
"sharing_attachment_id": "9581194f-714a-453f-b38d-cab12a4aaff1",
"record_id": "53c67a7d-6004-4123-9322-8eb198c58580",
"record_type_txt": "sample string 5",
"created_dt": "2026-05-06T12:27:59.2095096+00:00",
"created_by": "8c423d58-4ea4-4878-a56b-1376794bed8d",
"updated_dt": "2026-05-06T12:27:59.2095096+00:00",
"updated_by": "55bd38fa-4b0c-4f6c-8cae-dd9247a58804",
"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. |