:original_name: vpc_sharebandwidth_0003.html .. _vpc_sharebandwidth_0003: Deleting a Shared Bandwidth =========================== Function -------- This API is used to delete a shared bandwidth. URI --- DELETE /v2.0/{project_id}/bandwidths/{bandwidth_id} :ref:`Table 1 ` describes the parameters. .. _vpc_sharebandwidth_0003__table45251091: .. table:: **Table 1** Parameter description +-----------------------+-----------------------+----------------------------------------------------------------------+ | Name | Mandatory | Description | +=======================+=======================+======================================================================+ | project_id | Yes | Specifies the project ID. | +-----------------------+-----------------------+----------------------------------------------------------------------+ | bandwidth_id | Yes | Specifies the bandwidth ID, which uniquely identifies the bandwidth. | | | | | | | | Currently, only the shared bandwidth can be deleted. | +-----------------------+-----------------------+----------------------------------------------------------------------+ Request Message --------------- - Request parameter None - Example request .. code-block:: text DELETE https://{Endpoint}/v2.0/{project_id}/bandwidths/{bandwidth_id} Response Message ---------------- - Response parameter None - Example response Or .. code-block:: { "code":"xxx", "message":"xxxxx" } Status Code ----------- See :ref:`Status Codes `. Error Code ---------- See :ref:`Error Codes `.