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": "4e74cd0b-c419-487c-a610-fba973262bb9",
"published": true,
"index": 3,
"name": "sample string 4",
"description": "sample string 5",
"createdOn": "2025-12-19T05:21:13.1133707Z",
"lastModifiedOn": "2025-12-19T05:21:13.1133707Z",
"isSolution": true,
"isDeleted": true,
"customerId": 8,
"image": "sample string 9",
"solutionProducts": [],
"productAttachments": [
{
"id": "03f8e2a9-01b0-4e09-8f8f-8bb4a6614d7b",
"name": "sample string 2",
"content": "QEA=",
"productId": "bde3a810-b006-4b4f-ab9a-6326f456b994"
},
{
"id": "03f8e2a9-01b0-4e09-8f8f-8bb4a6614d7b",
"name": "sample string 2",
"content": "QEA=",
"productId": "bde3a810-b006-4b4f-ab9a-6326f456b994"
}
],
"link": "https://firelog-api.ipcom.be/api/DownloadImage/4e74cd0b-c419-487c-a610-fba973262bb9"
}