Delete Playback Restriction Policy
ivs_delete_playback_restriction_policy | R Documentation |
Deletes the specified playback restriction policy¶
Description¶
Deletes the specified playback restriction policy.
Usage¶
ivs_delete_playback_restriction_policy(arn)
Arguments¶
arn |
[required] ARN of the playback restriction policy to be deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_playback_restriction_policy(
arn = "string"
)