delete https://unbelievaboat.com/api/v1/guilds//items/
Responses
xxxxxxxxxx
const url = 'https://unbelievaboat.com/api/v1/guilds/guild_id/items/item_id?cascade_delete=false';
const options = {method: 'DELETE', headers: {accept: 'application/json'}};
fetch(url, options)
.then(res => res.json())
.then(json => console.log(json))
.catch(err => console.error(err));
Try It!
to start a request and see the response here! Or choose an example: