Delete Reservation

Delete Reservation

Deletes a Reservation corresponding to its unique Id.

Request
URI
DELETE
https://{api_host}/iaas-proxy-provider/api/services/{serviceId}/reservations/{id}
COPY
Path Parameters
string
serviceId
Required

The ID of the IaaS service as registered in the component registry service.

string
id
Required

The id of the reservation to be deleted.


Responses
204

Reservation is deleted.

Operation doesn't return any data structure