Light Mode
Delete Product Option
DELETE
/products/options/{option}Last modified: 16 days ago
This endpoint allows you to delete a particular option for a specific product including its related data (values and variants) by passing the option
as a path parameter.products.read_write
- Products Read & Write
Request
Path Params
option
integer
required
The Option ID
Request samples
Responses
Deleted Successfully(202)
Not Found(404)
Deleted Successfully
HTTP Code: 202
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 202,
"success": true,
"data": {
"message": "The Object has been removed successfully",
"code": 202
}
}
Last modified: 16 days ago