delete https://unbelievaboat.com/api/v1/guilds//users//inventory/
Response
xxxxxxxxxx
const { Client } = require('unb-api');
const client = new Client('API_TOKEN');
const guildId = '305129477627969547';
const userId = '261674810914897931';
const itemId = '956192502820503552';
await client.removeInventoryItem(guildId, userId, itemId, 1);
Try It!
to start a request and see the response here!