When using the actions endpoint to revoke a certificate issued by a GlobalSign CA, the  action.reason parameter is:

  • Required by the CA gateway API.
  • Ignored by the GlobalSign MSSL (Managed SSL) API, which does not support specifying a revocation reason. 

Therefore, this value must be included in the requests, although it will not be evaluated. For example:

{
"action": {
"comment": "revoke",
"succeedIfAlreadyInRequestedState": true,
"type": "RevokeAction",
"reason": "unspecified"
}
}