Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 910 Bytes

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

File metadata and controls

42 lines (33 loc) · 910 Bytes

Delete Location Custom Attribute Definition Response

Represents a response from a delete request containing error messages if there are any.

Structure

Delete Location Custom Attribute Definition Response

Fields

Name Type Tags Description
errors List Error Optional Any errors that occurred during the request.

Example (as JSON)

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