Light Mode
Delete Option Template
DELETE
/products/options/templates/{id}Last modified: 4 days ago
This endpoint allows you to delete a specific product option template by passing the id
as a path parameter.
Request
Path Params
id
integer
required
A unique identifier of the product option template.
Example:
956236464
Request samples
Responses
Deleted(202)
HTTP Code: 202
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 202,
"success": true,
"data": {
"message": "تم حذف Option Template بنجاح",
"code": 202
}
}
Last modified: 4 days ago