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": "89bca98d-960a-407b-b760-d6e025d69207", "published": true, "index": 3, "name": "sample string 4", "description": "sample string 5", "createdOn": "2025-07-01T11:02:55.0712839Z", "lastModifiedOn": "2025-07-01T11:02:55.0712839Z", "isSolution": true, "isDeleted": true, "customerId": 8, "image": "sample string 9", "solutionProducts": [], "productAttachments": [ { "id": "ec71be14-b7e1-4961-8cb2-6c1dc9cf6870", "name": "sample string 2", "content": "QEA=", "productId": "5dbcdfdf-fba7-471f-9732-ef2682e78523" }, { "id": "ec71be14-b7e1-4961-8cb2-6c1dc9cf6870", "name": "sample string 2", "content": "QEA=", "productId": "5dbcdfdf-fba7-471f-9732-ef2682e78523" } ], "link": "https://firelog-api.ipcom.be/api/DownloadImage/89bca98d-960a-407b-b760-d6e025d69207" }