Represents a bulk delete request for one or more order custom attributes.
Bulk Delete Order Custom Attributes Request
Name | Type | Tags | Description |
---|---|---|---|
values |
Hash String Bulk Delete Order Custom Attributes Request Delete Custom Attribute Hash |
Required | A map of requests that correspond to individual delete operations for custom attributes. |
{
"values": {
"cover-count": {
"key": "cover-count",
"order_id": "7BbXGEIWNldxAzrtGf9GPVZTwZ4F"
},
"table-number": {
"key": "table-number",
"order_id": "7BbXGEIWNldxAzrtGf9GPVZTwZ4F"
}
}
}