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": "207ccd9f-a1a5-4a50-bb90-7a91dd2c4faa", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-09-19T04:39:23.6501292Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "6c47f760-e955-4bdb-9609-6b88916d1a77", "reportId": "e5b50d40-4764-41bd-80c9-36ed0046f5b6", "link": "https://firelog-api.ipcom.be/api/DownloadImage/207ccd9f-a1a5-4a50-bb90-7a91dd2c4faa" }