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": "aba7a295-1aa3-47e5-8f0a-8efb9251a600",
"name": "sample string 2",
"content": "sample string 3",
"createdTs": "2026-03-24T21:42:49.4473183Z",
"createdBy": "sample string 5",
"approved": true,
"markerXSolutionsId": "ecae3de3-3f6c-4a6d-ad92-70f963ea85cb",
"reportId": "7c70707b-ac97-4cb7-8d88-20c521ef5b6e",
"link": "https://firelog-api.ipcom.be/api/DownloadImage/aba7a295-1aa3-47e5-8f0a-8efb9251a600"
}