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": "b2290011-1652-4cfe-b4ff-1e3814e5a930",
"published": true,
"index": 3,
"name": "sample string 4",
"description": "sample string 5",
"createdOn": "2026-03-24T21:13:57.7175583Z",
"lastModifiedOn": "2026-03-24T21:13:57.7175583Z",
"isSolution": true,
"isDeleted": true,
"customerId": 8,
"image": "sample string 9",
"solutionProducts": [],
"productAttachments": [
{
"id": "24f3504c-afec-468c-bb47-1e23bd6d71de",
"name": "sample string 2",
"content": "QEA=",
"productId": "7ca4eab1-29f2-48be-9068-50591edc51eb"
},
{
"id": "24f3504c-afec-468c-bb47-1e23bd6d71de",
"name": "sample string 2",
"content": "QEA=",
"productId": "7ca4eab1-29f2-48be-9068-50591edc51eb"
}
],
"link": "https://firelog-api.ipcom.be/api/DownloadImage/b2290011-1652-4cfe-b4ff-1e3814e5a930"
}