Credential revoke init
Calling the init endpoint starts a new revocation and returns data to be fed to the authenticator.
Request
| Method | Path | Content-type | Body |
|---|---|---|---|
| POST | /credential/revoke/init | application/json | A CredentialRevokeInitRequest data object |
Responses
| Code | Content-type | Body |
|---|---|---|
| 200 | application/json | A SignedResponse enclosing a BlisacheResponse<AuthenticateInitResponse> |
| 400 | application/json | A SignedResponse enclosing a BlisacheErrorResponse signaling an error in the input data |
| 422 | application/json | A SignedResponse enclosing a BlisacheErrorResponse signaling a functional error |
| 500 | application/json | A SignedResponse enclosing a BlisacheErrorResponse signaling an internal server error |