def deleteRsvpTeLsps(self, rsvpTunnelObj): """ Description Delete a RSVP-TE tunnel. Note: Deleting the last tunnel will also delete the RSVR-TE Interface. Parameter rsvrTunnelObj: : /api/v1/sessions/{id}/ixnetwork/topology/{id}/deviceGroup/{id}/ethernet/{id}/ipv4/{id}/rsvpteLsps/{id} Syntax DELETE: /api/v1/sessions/{id}/ixnetwork/topology/{id}/deviceGroup/{id}/ethernet/{id}/ipv4/{id}/rsvpteLsps/{id} """ self.ixnObj.delete(self.ixnObj.httpHeader+rsvpTunnelObj)