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": "c6c2669c-2379-4936-80be-a8b9d1543b50", "published": true, "index": 3, "name": "sample string 4", "description": "sample string 5", "createdOn": "2025-04-04T00:47:43.1615505Z", "lastModifiedOn": "2025-04-04T00:47:43.1615505Z", "isSolution": true, "isDeleted": true, "customerId": 8, "image": "sample string 9", "solutionProducts": [], "productAttachments": [ { "id": "7a175d32-7dc8-40a3-8d5c-0ef3406596a4", "name": "sample string 2", "content": "QEA=", "productId": "9f15ee53-4da7-4c47-bad2-7759267d6bbd" }, { "id": "7a175d32-7dc8-40a3-8d5c-0ef3406596a4", "name": "sample string 2", "content": "QEA=", "productId": "9f15ee53-4da7-4c47-bad2-7759267d6bbd" } ], "link": "https://firelog-api.ipcom.be/api/DownloadImage/c6c2669c-2379-4936-80be-a8b9d1543b50" }