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": "eb8815da-37d6-4ff5-8c29-8d24fd2c57d4",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-02-26T03:40:42.7035665Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "ba277794-b119-478c-9a97-b37b762c972a",
"reportId": "949144ef-d95a-4f32-a83f-ac70c3bbdc4b",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/eb8815da-37d6-4ff5-8c29-8d24fd2c57d4"
}