blob: 6633e47a7368ffd35bb4f089821f6f7a141f6775 [file] [log] [blame]
Dimitrios Mavrommatis92d93d52017-12-02 13:23:27 -08001#!/bin/bash
Dimitrios Mavrommatisa9df5962017-12-05 15:11:04 -08002if [ "$#" -eq 1 ]; then
3 echo ""
4 curl -X DELETE -u onos:rocks 'http://localhost:8181/onos/restconf/data/ietf-dmm-fpcagent:tenants/tenant=default/fpc-topology/dpns='$1
5 ./getTenants.sh
6else
7 echo "usage: "$0" dpnId"
8fi