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": "9effcc94-609b-4df8-934a-64b1e0f9901e",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-04-12T21:53:19.9168311Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "1e282a88-3b33-4ffc-be70-4e5a40e83397",
"reportId": "b9f7c120-7ab7-4dbc-a96e-8664fada072a",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/9effcc94-609b-4df8-934a-64b1e0f9901e"
}