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": "061bf503-2502-4991-8595-1d107fb13500",
"published": true,
"index": 3,
"name": "sample string 4",
"description": "sample string 5",
"createdOn": "2025-11-06T10:28:05.3463632Z",
"lastModifiedOn": "2025-11-06T10:28:05.3463632Z",
"isSolution": true,
"isDeleted": true,
"customerId": 8,
"image": "sample string 9",
"solutionProducts": [],
"productAttachments": [
{
"id": "2a931d5d-b9e9-40c8-a33b-8f7f5f522a4a",
"name": "sample string 2",
"content": "QEA=",
"productId": "cebc1332-d483-4377-9d17-f7521d82dd1d"
},
{
"id": "2a931d5d-b9e9-40c8-a33b-8f7f5f522a4a",
"name": "sample string 2",
"content": "QEA=",
"productId": "cebc1332-d483-4377-9d17-f7521d82dd1d"
}
],
"link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/061bf503-2502-4991-8595-1d107fb13500"
}