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": "85cc33a2-6ab4-4a25-8933-a7c9f39ef091",
"published": true,
"index": 3,
"name": "sample string 4",
"description": "sample string 5",
"createdOn": "2026-02-12T12:08:37.5328056Z",
"lastModifiedOn": "2026-02-12T12:08:37.5328056Z",
"isSolution": true,
"isDeleted": true,
"customerId": 8,
"image": "sample string 9",
"solutionProducts": [],
"productAttachments": [
{
"id": "afcbec17-35c1-45c4-a16e-dbff780ca257",
"name": "sample string 2",
"content": "QEA=",
"productId": "a164a7f2-d4de-4a13-9e1a-122d030db537"
},
{
"id": "afcbec17-35c1-45c4-a16e-dbff780ca257",
"name": "sample string 2",
"content": "QEA=",
"productId": "a164a7f2-d4de-4a13-9e1a-122d030db537"
}
],
"link": "https://firelog-api.ipcom.be/api/DownloadImage/85cc33a2-6ab4-4a25-8933-a7c9f39ef091"
}