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": "846f1e6e-1480-4905-8d5d-e28291f22eaf",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-30T08:11:38.7359347Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "4084bee7-8d5e-4acc-ad49-a1a6650a308a",
"reportId": "2b48aabe-bbc7-4e32-b7b0-c615c85fc687",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/846f1e6e-1480-4905-8d5d-e28291f22eaf"
}