UNPKG

hetzner-dns

Version:

Client for interacting with the Hetzner DNS API

8 lines (7 loc) 177 B
module.exports = (context) => { return (RecordID) => { return context.Axios.delete(`/records/${RecordID}`).then(r => { return r.data; }) } }