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": "d5548405-30bd-4ebe-85ee-e5f1db9ab966", "published": true, "index": 3, "name": "sample string 4", "description": "sample string 5", "createdOn": "2025-09-19T04:39:22.6455312Z", "lastModifiedOn": "2025-09-19T04:39:22.6455312Z", "isSolution": true, "isDeleted": true, "customerId": 8, "image": "sample string 9", "solutionProducts": [], "productAttachments": [ { "id": "75e5c356-7a15-4c9b-9359-fd7c46df5c2b", "name": "sample string 2", "content": "QEA=", "productId": "fde3eba4-c85f-42c2-98a1-d8e38164b387" }, { "id": "75e5c356-7a15-4c9b-9359-fd7c46df5c2b", "name": "sample string 2", "content": "QEA=", "productId": "fde3eba4-c85f-42c2-98a1-d8e38164b387" } ], "link": "https://firelog-api.ipcom.be/api/DownloadImage/d5548405-30bd-4ebe-85ee-e5f1db9ab966" }