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": "059d4f50-aec1-4282-8ec7-7e1a3ba049f4",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-02-12T13:44:41.7748255Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "e56b320e-6f2c-4de4-9042-837b88aaca17",
"reportId": "2aa8d511-7b21-4c0b-a94a-d81ff553219f",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/059d4f50-aec1-4282-8ec7-7e1a3ba049f4"
}