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": "ad23f85b-b915-4f3c-a443-bac29f71d8ee",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-09-23T11:03:13.0590502Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "2e258296-8431-47c8-9877-f21c4ef923a1",
"reportId": "f6eb30df-0e5f-42fb-a33d-3575aa16f00e",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/ad23f85b-b915-4f3c-a443-bac29f71d8ee"
}