Defines the fields that are included in the response body of a request to the DeleteWebhookSubscription endpoint.
DeleteWebhookSubscriptionResponse
Name | Type | Tags | Description |
---|---|---|---|
Errors |
IList<Error> |
Optional | Information on errors encountered during the request. |
{
"errors": [
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "INVALID_EXPIRATION",
"detail": "detail6",
"field": "field4"
}
]
}