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": "72b50e03-9a10-4bad-a540-673d0f0588c7", "published": true, "index": 3, "name": "sample string 4", "description": "sample string 5", "createdOn": "2025-04-04T00:10:49.2810553Z", "lastModifiedOn": "2025-04-04T00:10:49.2810553Z", "isSolution": true, "isDeleted": true, "customerId": 8, "image": "sample string 9", "solutionProducts": [], "productAttachments": [ { "id": "7156c9a6-dd36-4eb2-af93-4ab615e75e02", "name": "sample string 2", "content": "QEA=", "productId": "6765520f-1e94-403a-b0e7-48cd9834711f" }, { "id": "7156c9a6-dd36-4eb2-af93-4ab615e75e02", "name": "sample string 2", "content": "QEA=", "productId": "6765520f-1e94-403a-b0e7-48cd9834711f" } ], "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/72b50e03-9a10-4bad-a540-673d0f0588c7" }