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": "1d5b455d-1c3f-4933-8ff1-a18b4476e7c4",
"published": true,
"index": 3,
"name": "sample string 4",
"description": "sample string 5",
"createdOn": "2025-11-09T11:47:34.8123464Z",
"lastModifiedOn": "2025-11-09T11:47:34.8123464Z",
"isSolution": true,
"isDeleted": true,
"customerId": 8,
"image": "sample string 9",
"solutionProducts": [],
"productAttachments": [
{
"id": "91ce0bdb-d356-417e-acf3-f49882e33e54",
"name": "sample string 2",
"content": "QEA=",
"productId": "b35f4b4b-16d9-45e3-9a40-abb44901ac78"
},
{
"id": "91ce0bdb-d356-417e-acf3-f49882e33e54",
"name": "sample string 2",
"content": "QEA=",
"productId": "b35f4b4b-16d9-45e3-9a40-abb44901ac78"
}
],
"link": "https://firelog-api.ipcom.be/api/DownloadImage/1d5b455d-1c3f-4933-8ff1-a18b4476e7c4"
}