deleteReservation

On this page
Back to index

Summary

Deletes the specified reservation.
projectName
Stringrequired
The name for the project that must be unique among all projects.
reservationName
Stringrequired
The 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" )