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": "f392c582-bd1a-472e-b27f-70e2088e8777",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-08-27T05:59:49.9024209Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "73210be5-e65d-44d7-a63e-917eb01bee58",
"reportId": "2c527c91-24a0-457d-a445-4ecb51f48f3d",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/f392c582-bd1a-472e-b27f-70e2088e8777"
}