The successful deletion might not prevent solvers from settling the order.
Authentication must be provided by providing an
EIP-712 signature of an
OrderCancellation(bytes orderUid) message.
Unique identifier for the order: 56 bytes encoded as hex with 0x
prefix.
Bytes 0..32 are the order digest, bytes 30..52 the owner address and
bytes 52..56 the expiry (validTo) as a uint32 unix epoch timestamp.
"0xff2e2e54d178997f173266817c1e9ed6fee1a1aae4b43971c53b543cffcc2969845c6f5599fbb25dbdd1b9b013daf85c03f3c63763e4bc4a"
Signed OrderCancellation
EIP-712 signature of struct
OrderCancellation(bytes orderUid) from the order's owner.
Order cancelled.