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": "96d32a83-0f11-4f65-aaf6-1938a446b37b",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-12-19T05:22:25.1274093Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "113cf28b-5a15-40b1-b288-ae3320e42907",
"reportId": "6552cdf4-31e3-4d92-a48c-d7350f610086",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/96d32a83-0f11-4f65-aaf6-1938a446b37b"
}