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": "ed334280-a02a-4bfe-81cc-989930d9789b",
"published": true,
"index": 3,
"name": "sample string 4",
"description": "sample string 5",
"createdOn": "2026-04-09T12:19:29.7942846Z",
"lastModifiedOn": "2026-04-09T12:19:29.7942846Z",
"isSolution": true,
"isDeleted": true,
"customerId": 8,
"image": "sample string 9",
"solutionProducts": [],
"productAttachments": [
{
"id": "7de3327c-bbb4-4926-bed5-c488dda38f6b",
"name": "sample string 2",
"content": "QEA=",
"productId": "ba07fe8f-bf5d-402b-b379-108b8a2601f8"
},
{
"id": "7de3327c-bbb4-4926-bed5-c488dda38f6b",
"name": "sample string 2",
"content": "QEA=",
"productId": "ba07fe8f-bf5d-402b-b379-108b8a2601f8"
}
],
"link": "https://firelog-api.ipcom.be/api/DownloadImage/ed334280-a02a-4bfe-81cc-989930d9789b"
}