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": "765818af-5e22-4de5-acb7-028348bf185b",
"published": true,
"index": 3,
"name": "sample string 4",
"description": "sample string 5",
"createdOn": "2026-01-09T02:11:04.4052338Z",
"lastModifiedOn": "2026-01-09T02:11:04.4052338Z",
"isSolution": true,
"isDeleted": true,
"customerId": 8,
"image": "sample string 9",
"solutionProducts": [],
"productAttachments": [
{
"id": "0d5a5ee1-8194-467c-972d-3e5d3504197c",
"name": "sample string 2",
"content": "QEA=",
"productId": "c968039c-61ec-47fd-9c3e-42147113a124"
},
{
"id": "0d5a5ee1-8194-467c-972d-3e5d3504197c",
"name": "sample string 2",
"content": "QEA=",
"productId": "c968039c-61ec-47fd-9c3e-42147113a124"
}
],
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/765818af-5e22-4de5-acb7-028348bf185b"
}