DELETE api/Attachments/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Attachment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Content | string |
None. |
|
| CreatedTs | date |
None. |
|
| CreatedBy | string |
None. |
|
| Approved | boolean |
None. |
|
| MarkerXSolutionsId | globally unique identifier |
None. |
|
| reportId | globally unique identifier |
None. |
|
| Link | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "b1e64869-c11b-43f1-916e-ded67c43b6e4",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-28T06:26:02.9722954Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "dff954a8-58e7-4a16-94bb-ff8495f47193",
"reportId": "df817928-08a4-4461-a9e3-06155283b0eb",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/b1e64869-c11b-43f1-916e-ded67c43b6e4"
}