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": "4da0d474-f04f-4d7e-be86-d58bbc77e0f8",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-23T19:40:49.8694956Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "aac3970b-45ce-48da-b2b9-a3e44bd9d239",
"reportId": "032f20ad-13b7-4325-bd3b-423bcfa847d5",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/4da0d474-f04f-4d7e-be86-d58bbc77e0f8"
}