Delete Resource Set
fms_delete_resource_set | R Documentation |
Deletes the specified ResourceSet¶
Description¶
Deletes the specified ResourceSet.
Usage¶
fms_delete_resource_set(Identifier)
Arguments¶
Identifier |
[required] A unique identifier for the resource set, used in a request to refer to the resource set. |
Value¶
An empty list.
Request syntax¶
svc$delete_resource_set(
Identifier = "string"
)