The Honeycomb instance to use for the operation.
The arguments required to create the operation.
An object containing the operation.
const honeycomb = new Honeycomb(connection);
// Create CloseUser operation.
const { operation } = await createCloseUserOperation(honeycomb, {});
operation.send(); // The generated CloseUser operation.
Generated using TypeDoc
This function creates a CloseUser operation using the specified Honeycomb instance and the provided arguments. The operation is used to close the user account in Honeycomb.