NSX-T Data Center REST API
Offboards a compute VPC.
Offboards a compute VPC to be NSX unmanaged from a transit VPC.All the VMs in the compute VPC need to be untagged before offboarding
the compute VPC. Offboarding status can be obtained from
/csm/aws/compute-vpcs/<vpc-id>/status API. Upon successful offboarding
compute VPC, 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/aws/compute-vpcs/<vpc-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
DELETE https://<nsx-csm>/api/v1/csm/aws/compute-vpcs/Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    n/a
  