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": "69a05d5b-4173-43b0-ac1e-d4ae122adcae",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-25T05:24:08.4135563Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "ee39ba02-f20d-41ad-a324-ab55353e775c",
"reportId": "906273a1-e84f-41ac-9e93-de7befbfe85a",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/69a05d5b-4173-43b0-ac1e-d4ae122adcae"
}