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": "56389cd5-a107-485c-85ef-de2d7ce005b7",
"published": true,
"index": 3,
"name": "sample string 4",
"description": "sample string 5",
"createdOn": "2026-08-28T06:26:33.575446Z",
"lastModifiedOn": "2026-08-28T06:26:33.575446Z",
"isSolution": true,
"isDeleted": true,
"customerId": 8,
"image": "sample string 9",
"solutionProducts": [],
"productAttachments": [
{
"id": "3809b93b-0695-4847-a3dc-0e53d4a72bbc",
"name": "sample string 2",
"content": "QEA=",
"productId": "e0caa00f-ff36-408c-b125-4bb0ec400ffc"
},
{
"id": "3809b93b-0695-4847-a3dc-0e53d4a72bbc",
"name": "sample string 2",
"content": "QEA=",
"productId": "e0caa00f-ff36-408c-b125-4bb0ec400ffc"
}
],
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/56389cd5-a107-485c-85ef-de2d7ce005b7"
}