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": "d8cceb00-d25b-47f6-bf93-3f0f1ea3515d",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-05-15T22:27:18.6596412Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "e1d5099e-ccf7-4609-a849-b1434c288f34",
"reportId": "cdfe689e-afa9-41d7-8f6c-14ab7759b5a3",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/d8cceb00-d25b-47f6-bf93-3f0f1ea3515d"
}