import{throwIfEmpty as e}from"../../utils/throw-if-empty.js";constt=(t,n)=>()=>(e(t,`Collection cannot be empty`),e(n,`Field cannot be empty`),{path:`/relations/${t}/${n}`,method:`DELETE`});export{t as deleteRelation};
//# sourceMappingURL=relations.js.map