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": "ac1eeae8-1f06-45d5-8860-8a3b76d30a03",
"published": true,
"index": 3,
"name": "sample string 4",
"description": "sample string 5",
"createdOn": "2026-05-23T19:41:26.5594795Z",
"lastModifiedOn": "2026-05-23T19:41:26.5594795Z",
"isSolution": true,
"isDeleted": true,
"customerId": 8,
"image": "sample string 9",
"solutionProducts": [],
"productAttachments": [
{
"id": "737e900b-a5b1-4b47-ac0b-ce5fa7a8c157",
"name": "sample string 2",
"content": "QEA=",
"productId": "6aba0622-5224-433f-a1a9-10e58b58a48b"
},
{
"id": "737e900b-a5b1-4b47-ac0b-ce5fa7a8c157",
"name": "sample string 2",
"content": "QEA=",
"productId": "6aba0622-5224-433f-a1a9-10e58b58a48b"
}
],
"link": "https://firelog-api.ipcom.be/api/DownloadImage/ac1eeae8-1f06-45d5-8860-8a3b76d30a03"
}