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
ProductName | 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": "371c0905-b748-4f27-88ad-216874c21ea1", "published": true, "index": 3, "name": "sample string 4", "description": "sample string 5", "createdOn": "2025-09-19T08:15:35.6848097Z", "lastModifiedOn": "2025-09-19T08:15:35.6848097Z", "isSolution": true, "isDeleted": true, "customerId": 8, "image": "sample string 9", "solutionProducts": [], "productAttachments": [ { "id": "88e612df-fdf4-475a-a828-b7203f33520f", "name": "sample string 2", "content": "QEA=", "productId": "aef3f9d5-d1a1-44e0-8549-b01c603643ed" }, { "id": "88e612df-fdf4-475a-a828-b7203f33520f", "name": "sample string 2", "content": "QEA=", "productId": "aef3f9d5-d1a1-44e0-8549-b01c603643ed" } ], "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/371c0905-b748-4f27-88ad-216874c21ea1" }