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": "631df172-a0ba-4727-b98d-bace9d7f894a",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-09T12:18:32.0609393Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "fd441de4-c3e2-435d-9a84-bd95795d72e7",
"reportId": "2e64b193-d765-4c1b-90b6-edfe68bc9fff",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/631df172-a0ba-4727-b98d-bace9d7f894a"
}