Revoke Token Response
Name | Type | Tags | Description |
---|---|---|---|
success |
bool |
Optional | If the request is successful, this is true . |
errors |
List Error |
Optional | Any errors that occurred during the request. |
{
"success": true,
"errors": [
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "MAP_KEY_LENGTH_TOO_LONG",
"detail": "detail6",
"field": "field4"
}
]
}