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": "6bd172b2-d35f-4331-81e2-b6c2652ab28b",
"published": true,
"index": 3,
"name": "sample string 4",
"description": "sample string 5",
"createdOn": "2026-09-23T11:03:33.9819936Z",
"lastModifiedOn": "2026-09-23T11:03:33.9819936Z",
"isSolution": true,
"isDeleted": true,
"customerId": 8,
"image": "sample string 9",
"solutionProducts": [],
"productAttachments": [
{
"id": "2663076b-fa44-45ba-a2dc-a26c31c8c821",
"name": "sample string 2",
"content": "QEA=",
"productId": "e8a8dd56-3b86-48f4-ade9-c6b70fe011a3"
},
{
"id": "2663076b-fa44-45ba-a2dc-a26c31c8c821",
"name": "sample string 2",
"content": "QEA=",
"productId": "e8a8dd56-3b86-48f4-ade9-c6b70fe011a3"
}
],
"link": "https://firelog-api.ipcom.be/api/DownloadImage/6bd172b2-d35f-4331-81e2-b6c2652ab28b"
}