Delete Entitlement
appstream_delete_entitlement | R Documentation |
Deletes the specified entitlement¶
Description¶
Deletes the specified entitlement.
Usage¶
appstream_delete_entitlement(Name, StackName)
Arguments¶
Name |
[required] The name of the entitlement. |
StackName |
[required] The name of the stack with which the entitlement is associated. |
Value¶
An empty list.
Request syntax¶
svc$delete_entitlement(
Name = "string",
StackName = "string"
)