DELETE api/Products/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Product| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Published | boolean |
None. |
|
| Index | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| CreatedOn | date |
None. |
|
| LastModifiedOn | date |
None. |
|
| IsSolution | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CustomerId | integer |
None. |
|
| Image | string |
None. |
|
| SolutionProducts | Collection of Product |
None. |
|
| ProductAttachments | Collection of ProductAttachment |
None. |
|
| Link | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "9086ab33-17a2-46cc-8cf3-706720e50237",
"published": true,
"index": 3,
"name": "sample string 4",
"description": "sample string 5",
"createdOn": "2026-07-14T01:11:20.8215935Z",
"lastModifiedOn": "2026-07-14T01:11:20.8215935Z",
"isSolution": true,
"isDeleted": true,
"customerId": 8,
"image": "sample string 9",
"solutionProducts": [],
"productAttachments": [
{
"id": "05a23d0d-615b-4d9a-b70a-c5bebceb2309",
"name": "sample string 2",
"content": "QEA=",
"productId": "82d4c6bb-3a3f-417d-bed6-168ae4819ddd"
},
{
"id": "05a23d0d-615b-4d9a-b70a-c5bebceb2309",
"name": "sample string 2",
"content": "QEA=",
"productId": "82d4c6bb-3a3f-417d-bed6-168ae4819ddd"
}
],
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/9086ab33-17a2-46cc-8cf3-706720e50237"
}