Software Secure Workload
Activity Configure

Delete Specific VRF

This endpoint deletes a VRF. It fails if there is associated root scope. This API is available to API keys with sensor_management capability.

DELETE /openapi/v1/vrfs/{vrf_id}

Parameters: The following parameter is part of the URL.

Name

Type

Description

vrf_id

int

Unique identifier for the VRF.

Sample python code


  vrf_id = 676767
  resp = restclient.delete('/vrfs/%d'% vrf_id)