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": "173ce59e-8d7c-4d17-960c-eeaa27ad04ff",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2025-11-06T10:25:44.8465156Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "0ca1a115-aa98-4ec7-8b99-952b290909aa",
"reportId": "4a397f91-2831-4bfc-b089-c07642677181",
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/173ce59e-8d7c-4d17-960c-eeaa27ad04ff"
}