delete()
- It is a mandatory function.
- This function works when the order is deleted.
- It can also be used for cancellation or deletion through API.
- The return value should return boolean (true) if the operation is successful, or boolean (false) if not.
- You can examine the sample codes for the function content.