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": "18bda802-9de5-4df6-bedd-0fd73dd444da",
"published": true,
"index": 3,
"name": "sample string 4",
"description": "sample string 5",
"createdOn": "2026-01-03T08:33:43.6050461Z",
"lastModifiedOn": "2026-01-03T08:33:43.6050461Z",
"isSolution": true,
"isDeleted": true,
"customerId": 8,
"image": "sample string 9",
"solutionProducts": [],
"productAttachments": [
{
"id": "f00f56e0-912d-400d-8aef-de9e9a2a3ba0",
"name": "sample string 2",
"content": "QEA=",
"productId": "8695d3c2-18da-44d1-a37e-6f07d62d595a"
},
{
"id": "f00f56e0-912d-400d-8aef-de9e9a2a3ba0",
"name": "sample string 2",
"content": "QEA=",
"productId": "8695d3c2-18da-44d1-a37e-6f07d62d595a"
}
],
"link": "https://firelog-api.ipcom.be/api/DownloadImage/18bda802-9de5-4df6-bedd-0fd73dd444da"
}