UNPKG

@banked/node

Version:

Node.js library for the Banked API

9 lines (6 loc) 176 B
import { getClient } from "../util/client"; const del = webhookID => { const client = getClient(); return client.delete(`/webhooks/${webhookID}`); }; export default del;