Move Products to trash
POST {{baseUrl}}/api/v1/products/moveToTrash
This API moves products to the Recycle Bin of your help desk portal.
OAuth Scope
Desk.products.DELETEDesk.settings.DELETE
Attributes
| Attribute Name | Data Type | Description |
|---|---|---|
| departmentId | <long> | ID of the department containing the products |
| productIds (required) | <list> | IDs of the products you want to delete |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |