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": "4f95a73a-e177-4192-90bc-e972dff3f730", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-04-03T21:52:18.5422287Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "6888a8c7-cdc3-48b7-96a2-5a1398b45909", "reportId": "55be7873-8ff7-4211-8fcd-257a89e8d446", "link": "https://firelog-api.ipcom.be/api/DownloadImage/4f95a73a-e177-4192-90bc-e972dff3f730" }