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": "3501a93e-9fac-40ca-b342-9e30bcbaae4e",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-06-04T07:34:53.293297Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "5a299cb7-7d13-48b3-a769-a8a6f259b09b",
"reportId": "d47b01f4-9885-48a6-9a88-c1e21df94a5d",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/3501a93e-9fac-40ca-b342-9e30bcbaae4e"
}