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": "d7eacce1-e2c0-4e4a-a41f-64cdb8d6430d",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-08T11:02:00.4059309Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "b2ba4c60-4a06-4c99-af54-95b1289c77f3",
"reportId": "3c0121c2-a3bd-400a-814f-9a91d0e5a3c6",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/d7eacce1-e2c0-4e4a-a41f-64cdb8d6430d"
}