Response record returned by the DeleteKeyValue function.
EXPORT DeleteKeyValueResponseRec := RECORD BOOLEAN succeeded; BOOLEAN has_exceptions; ExceptionListLayout exceptions; END;
| succeeded | TRUE if the key/value was successfully deleted |
| has_exceptions | TRUE if any exceptions occurred during the operation |
| exceptions | ExceptionListLayout record containing any error details |