Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 604 Bytes

delete-order-custom-attribute-definition-response.md

File metadata and controls

30 lines (21 loc) · 604 Bytes

Delete Order Custom Attribute Definition Response

Represents a response from deleting an order custom attribute definition.

Structure

Delete Order Custom Attribute Definition Response

Fields

Name Type Tags Description
errors Array<Error Hash> Optional Any errors that occurred during the request.

Example (as JSON)

{
  "errors": [
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "MAP_KEY_LENGTH_TOO_LONG",
      "detail": "detail6",
      "field": "field4"
    }
  ]
}