{
    "content": [
        {
            "type": "text",
            "text": "# delpart (info)\n\n## NAME\n\ndelpart - tell the kernel to forget about a partition\n\n## SYNOPSIS\n\ndelpart device partition\n\n## DESCRIPTION\n\ndelpart asks the Linux kernel to forget about the specified partition\n(a number) on the specified device. The command is a simple wrapper\naround the \"del partition\" ioctl.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **REPORTING BUGS**\n- **AVAILABILITY**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "delpart",
        "section": "",
        "mode": "info",
        "summary": "delpart - tell the kernel to forget about a partition",
        "synopsis": "delpart device partition",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "addpart",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/addpart/8/json"
            },
            {
                "name": "fdisk",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/fdisk/8/json"
            },
            {
                "name": "parted",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/parted/8/json"
            },
            {
                "name": "partprobe",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/partprobe/8/json"
            },
            {
                "name": "partx",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/partx/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AVAILABILITY",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "delpart - tell the kernel to forget about a partition\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "delpart device partition\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "delpart asks the Linux kernel to forget about the specified partition\n(a number) on the specified device. The command is a simple wrapper\naround the \"del partition\" ioctl.\n\nThis command doesn't manipulate partitions on a block device.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "addpart(8), fdisk(8), parted(8), partprobe(8), partx(8)\n",
                "subsections": []
            },
            "REPORTING BUGS": {
                "content": "For bug reports, use the issue tracker at\nhttps://github.com/karelzak/util-linux/issues.\n",
                "subsections": []
            },
            "AVAILABILITY": {
                "content": "The delpart command is part of the util-linux package which can be\ndownloaded from Linux Kernel Archive\n<https://www.kernel.org/pub/linux/utils/util-linux/>.\n\nutil-linux 2.37.2                 2021-06-02                        DELPART(8)",
                "subsections": []
            }
        }
    }
}