v1

latestOpenAPI 3.0.0Apache 2.02026-07-143281,4552.1 MB
OrderCustomAttributes

DeleteOrderCustomAttribute

Deletes a custom attribute associated with a customer profile.

To delete a custom attribute owned by another application, the visibility setting must be VISIBILITY_READ_WRITE_VALUES. Note that seller-defined custom attributes (also known as custom fields) are always set to VISIBILITY_READ_WRITE_VALUES.

delete/v2/orders/{order_id}/custom-attributes/{custom_attribute_key}

Path parameters

order_idstring required

The ID of the target order.

custom_attribute_keystring required

The key of the custom attribute to delete. This key must match the key of an existing custom attribute definition.

Response

Success

Example response

{}