// delete existing zones
    await fetch(space_url(`/zones/`), {
        method: 'DELETE'
    });