id as a path parameter for the order and the option_id as a path parameter for the tag.orders.read_write - Orders Read & WriteAuthorization: Bearer ********************curl --location --request DELETE 'https://api.salla.dev/admin/v2/orders/options/' \
--header 'Authorization: Bearer <token>'{
"status": 202,
"success": true,
"data": {
"code": "success",
"message": "تم حذف خيار الطلب بنجاح"
}
}