NSX-T Data Center REST API
Offboards a compute VNet.
Offboards a compute VNet to be NSX unmanaged from a transit VNet.All the VMs in the compute VNet need to be untagged before offboarding
the compute VNet. Offboarding status can be obtained from
/csm/azure/compute-vnets/<vnet-id>/status API. Upon successful offboarding
compute VNet, the onboard_step will be OFFBOARD_SUCCESSFUL
and op_status will be NOT_AVAILABLE. If any error is encountered
during offboarding, corresponding error_code and error_message
will be populated.
Request:
Method:
              DELETE
            URI Path(s):
              
              
                  
                  /api/v1/csm/azure/compute-vnets/<vnet-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
DELETE https://<nsx-csm>/api/v1/csm/azure/compute-vnets/Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    n/a