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": "3d552e9d-f87d-4666-9d66-8ea4a0a623fb",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-12-18T22:42:28.2021538Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "cbcf029b-3c69-41d4-9d76-d6f71553ef0c",
"reportId": "a2cc90a4-8f92-4054-b7f0-f422c504e2fa",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/3d552e9d-f87d-4666-9d66-8ea4a0a623fb"
}