Skip to content

Instantly share code, notes, and snippets.

@mb8z
Created July 28, 2021 23:08
Show Gist options
  • Save mb8z/052b997c5275e150e4e97fa097ef8132 to your computer and use it in GitHub Desktop.
Save mb8z/052b997c5275e150e4e97fa097ef8132 to your computer and use it in GitHub Desktop.
const useDocty = require('@usedocty/node');
const Docty = useDocty('{{API_KEY}}');
const example = async () => {
await Docty.Consents.remove('john.doe@example.com', ['document-uuid-is-here']);
};
example();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment