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": "f62c9aa7-4014-443b-a313-784d86f991ad",
"published": true,
"index": 3,
"name": "sample string 4",
"description": "sample string 5",
"createdOn": "2026-05-15T22:28:22.5905077Z",
"lastModifiedOn": "2026-05-15T22:28:22.5905077Z",
"isSolution": true,
"isDeleted": true,
"customerId": 8,
"image": "sample string 9",
"solutionProducts": [],
"productAttachments": [
{
"id": "1f7895cf-8e3d-4999-9f79-6d64e2317dfe",
"name": "sample string 2",
"content": "QEA=",
"productId": "46f5eb0c-b8c3-4f20-aa7f-3da70b6f81e0"
},
{
"id": "1f7895cf-8e3d-4999-9f79-6d64e2317dfe",
"name": "sample string 2",
"content": "QEA=",
"productId": "46f5eb0c-b8c3-4f20-aa7f-3da70b6f81e0"
}
],
"link": "https://firelog-api.ipcom.be/api/DownloadImage/f62c9aa7-4014-443b-a313-784d86f991ad"
}