Deleting a Reservation Policy Example
DELETE /api/reservations/policies/{id} deletes a vRealize Automation reservation policy with a reservation policy ID.
curl Command
The following example command deletes a reservation policy with an ID of 8adafb54-4c85-4478-86f0-b6ae80ab5ca4.
curl –X “Delete” --insecure -H "Accept:application/json" -H "Authorization: Bearer $token" https://$vRA/reservation-service/api/reservations/policies/8adafb54-4c85-4478-86f0-b6ae80ab5ca4
JSON Output
If the command is successful, the HTTP response body is empty except for a 204 No Content status statement.
Input
Use the supported input parameters to control the command output.
Parameter | Description | |
---|---|---|
URL | https://$vRA/reservation-service/api/reservations/policies/$id | |
Method | Delete | |
$vRA |
Specifies the appliance name and fully qualified domain name, or IP address of the vRealize Automation server. |
|
$token |
Specifies a valid HTTP bearer token with necessary credentials. |
|
$id | Specifies the reservation policy ID. To obtain the reservation policy ID to delete, see List Reservation Policies Example. |
Output
If the command is successful, the HTTP response body is empty except for a 204 No Content status statement.