deleteRegistrationCode method
Deletes a CA certificate registration code.
Requires permission to access the DeleteRegistrationCode action.
May throw InternalFailureException.
May throw ResourceNotFoundException.
May throw ServiceUnavailableException.
May throw ThrottlingException.
May throw UnauthorizedException.
Implementation
Future<void> deleteRegistrationCode() async {
final response = await _protocol.send(
payload: null,
method: 'DELETE',
requestUri: '/registrationcode',
exceptionFnMap: _exceptionFns,
);
}