Represents a DeleteLocationCustomAttribute response.
Either an empty object {}
(for a successful deletion) or errors
is present in the response.
Delete Location Custom Attribute Response
Name | Type | Tags | Description |
---|---|---|---|
errors |
List Error |
Optional | Any errors that occurred during the request. |
{
"errors": [
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "INVALID_EXPIRATION",
"detail": "detail6",
"field": "field4"
},
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "INVALID_EXPIRATION",
"detail": "detail6",
"field": "field4"
}
]
}