General Information
...
Service | API | Method | Data Model | Workflow |
---|---|---|---|---|
multitenant | /product/package | DELETE | Products | N/A |
Description
This API deletes a package that exists in the product that has an id that matches the one sent in the query.
Input
...
Type: application/json
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
id | Query | YES | String | N/A | The product id |
packageCode | Query | YES | String | N/A | The package code |
...