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": "97315769-4d1d-45e6-923d-cd46a52cc17d", "name": "sample string 2", "content": "sample string 3", "createdTs": "2025-04-05T20:43:09.628491Z", "createdBy": "sample string 5", "approved": true, "markerXSolutionsId": "99b2d462-1304-40a6-8882-aaee0e73287a", "reportId": "c1504167-4506-4608-a5cc-07dd05125eff", "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/97315769-4d1d-45e6-923d-cd46a52cc17d" }