UNPKG

firefly-iii

Version:

Unofficial Firefly III API SDK for firefly-iii

9 lines (6 loc) 204 B
const request = require('../request') const deleteAccounts = async (host, token, id) => { const json = await request.del(`${host}/accounts`, id, token) return json } module.exports = deleteAccounts