DELETE api/v1/Products/{id}?token={token}
Delete a product by its id
Return Http status code 204 No Content
Request Information
URI Parameters
Name | Description | Type/Additional information |
---|---|---|
id |
The product's id |
string
Required |
token |
The access token |
string |
Body Parameters
None.