Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 684 Bytes

delete-webhook-subscription-response.md

File metadata and controls

31 lines (22 loc) · 684 Bytes

Delete Webhook Subscription Response

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

Structure

DeleteWebhookSubscriptionResponse

Fields

Name Type Tags Description
Errors IList<Error> Optional Information on errors encountered during the request.

Example (as JSON)

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