Back to index
Summary
Deletes the specified reservation.projectNameStringrequiredThe name for the project that must be unique among all projects. reservationNameStringrequiredThe name of the environment reservation. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteReservation( projectName: "test-projectName", reservationName: "test-reservationName" )