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": "fc674925-a32a-4580-9a85-5b4cb7dc24b1",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-07-09T18:32:49.5216616Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "127d9985-98fd-4ed9-9bfc-5c629fa43a4a",
"reportId": "8ad15e88-547b-4311-b765-3f3d6bb5e05b",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/fc674925-a32a-4580-9a85-5b4cb7dc24b1"
}