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
AttachmentName | 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": "6b5110c9-a256-45c8-9a74-7a82c3c46541", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-09-19T08:15:36.2953896Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "3cfa54cb-579f-4488-8c9c-5273ef0dfd41", "reportId": "212621a8-81ab-41c7-af63-3f757a2341db", "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/6b5110c9-a256-45c8-9a74-7a82c3c46541" }