Delete Capacity Reservation
athena_delete_capacity_reservation | R Documentation |
Deletes a cancelled capacity reservation¶
Description¶
Deletes a cancelled capacity reservation. A reservation must be
cancelled before it can be deleted. A deleted reservation is immediately
removed from your account and can no longer be referenced, including by
its ARN. A deleted reservation cannot be called by
get_capacity_reservation
, and deleted reservations do not appear in
the output of list_capacity_reservations
.
Usage¶
athena_delete_capacity_reservation(Name)
Arguments¶
Name |
[required] The name of the capacity reservation to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_capacity_reservation(
Name = "string"
)