Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1 KB

delete-customer-group-response.md

File metadata and controls

43 lines (34 loc) · 1 KB

Delete Customer Group Response

Defines the fields that are included in the response body of a request to the DeleteCustomerGroup endpoint.

Structure

DeleteCustomerGroupResponse

Fields

Name Type Tags Description Getter
Errors List<Error> Optional Any errors that occurred during the request. List getErrors()

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"
    }
  ]
}