Revoke Token Response
Name | Type | Tags | Description |
---|---|---|---|
success |
TrueClass | FalseClass |
Optional | If the request is successful, this is true . |
errors |
Array<Error Hash> |
Optional | Any errors that occurred during the request. |
{
"success": true,
"errors": [
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "INVALID_EXPIRATION",
"detail": "detail6",
"field": "field4"
}
]
}