Delete Consumable Resource
batch_delete_consumable_resource | R Documentation |
Deletes the specified consumable resource¶
Description¶
Deletes the specified consumable resource.
Usage¶
batch_delete_consumable_resource(consumableResource)
Arguments¶
consumableResource |
[required] The name or ARN of the consumable resource that will be deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_consumable_resource(
consumableResource = "string"
)