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": "2ab68f55-a366-4aa5-89d9-53fe681db76c",
"published": true,
"index": 3,
"name": "sample string 4",
"description": "sample string 5",
"createdOn": "2026-04-08T11:02:55.0539444Z",
"lastModifiedOn": "2026-04-08T11:02:55.0539444Z",
"isSolution": true,
"isDeleted": true,
"customerId": 8,
"image": "sample string 9",
"solutionProducts": [],
"productAttachments": [
{
"id": "b082db9f-9e99-4a6c-ac53-b0eed16e2385",
"name": "sample string 2",
"content": "QEA=",
"productId": "260be79a-f531-4b54-89e6-2a0a6a5283fc"
},
{
"id": "b082db9f-9e99-4a6c-ac53-b0eed16e2385",
"name": "sample string 2",
"content": "QEA=",
"productId": "260be79a-f531-4b54-89e6-2a0a6a5283fc"
}
],
"link": "https://firelog-api.ipcom.be/api/DownloadImage/2ab68f55-a366-4aa5-89d9-53fe681db76c"
}