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": "ec600dce-5ebf-43fa-84c0-aeec4dc8053d",
"published": true,
"index": 3,
"name": "sample string 4",
"description": "sample string 5",
"createdOn": "2026-08-27T05:59:56.8356949Z",
"lastModifiedOn": "2026-08-27T05:59:56.8356949Z",
"isSolution": true,
"isDeleted": true,
"customerId": 8,
"image": "sample string 9",
"solutionProducts": [],
"productAttachments": [
{
"id": "2d68abcb-e9fe-48b1-906e-c75a093bf5f1",
"name": "sample string 2",
"content": "QEA=",
"productId": "e8d64d82-5851-4dd0-b982-8fb23f570afa"
},
{
"id": "2d68abcb-e9fe-48b1-906e-c75a093bf5f1",
"name": "sample string 2",
"content": "QEA=",
"productId": "e8d64d82-5851-4dd0-b982-8fb23f570afa"
}
],
"link": "https://firelog-api.ipcom.be/api/DownloadImage/ec600dce-5ebf-43fa-84c0-aeec4dc8053d"
}