import { Allocation } from '@/api/server/getServer'; import http from '@/api/http'; export default async (uuid: string, id: number): Promise => await http.delete(`/api/client/servers/${uuid}/network/allocations/${id}`);