Delete Cidr Collection
route53_delete_cidr_collection | R Documentation |
Deletes a CIDR collection in the current Amazon Web Services account¶
Description¶
Deletes a CIDR collection in the current Amazon Web Services account. The collection must be empty before it can be deleted.
Usage¶
route53_delete_cidr_collection(Id)
Arguments¶
Id |
[required] The UUID of the collection to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_cidr_collection(
Id = "string"
)