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": "d365d94a-16ec-4606-8278-003216b1f14a",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-11-09T11:47:37.8422858Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "422c1182-86f1-4d5e-9e3d-ecab9fa73b60",
"reportId": "f2edc500-27a8-4681-b1e4-56b3c827acc7",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/d365d94a-16ec-4606-8278-003216b1f14a"
}