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": "d4139bf8-c7a4-4b01-bf23-66be5053278b", "published": true, "index": 3, "name": "sample string 4", "description": "sample string 5", "createdOn": "2025-04-03T21:54:35.9228637Z", "lastModifiedOn": "2025-04-03T21:54:35.9228637Z", "isSolution": true, "isDeleted": true, "customerId": 8, "image": "sample string 9", "solutionProducts": [], "productAttachments": [ { "id": "d8553df1-f05e-4138-8901-73ddff1a7e5b", "name": "sample string 2", "content": "QEA=", "productId": "c964de5b-6c79-43ab-add6-92bc998abe4d" }, { "id": "d8553df1-f05e-4138-8901-73ddff1a7e5b", "name": "sample string 2", "content": "QEA=", "productId": "c964de5b-6c79-43ab-add6-92bc998abe4d" } ], "link": "https://firelog-api.ipcom.be/api/DownloadImage/d4139bf8-c7a4-4b01-bf23-66be5053278b" }