Delete Playback Key Pair
ivs_delete_playback_key_pair | R Documentation |
Deletes a specified authorization key pair¶
Description¶
Deletes a specified authorization key pair. This invalidates future
viewer tokens generated using the key pair’s privateKey
. For more
information, see Setting Up Private
Channels
in the Amazon IVS User Guide.
Usage¶
ivs_delete_playback_key_pair(arn)
Arguments¶
arn |
[required] ARN of the key pair to be deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_playback_key_pair(
arn = "string"
)