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": "b1751284-fc8d-4ca0-a41c-048d373a0cf2",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-01-09T02:09:58.4500448Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "ad1365d4-e780-4f3c-8b0a-154f351bf88c",
"reportId": "92693b5b-5808-4f81-9d03-1becac832a96",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/b1751284-fc8d-4ca0-a41c-048d373a0cf2"
}