Skip to content

Delete Public Key

ivsrealtime_delete_public_key R Documentation

Deletes the specified public key used to sign stage participant tokens

Description

Deletes the specified public key used to sign stage participant tokens. This invalidates future participant tokens generated using the key pair’s private key.

Usage

ivsrealtime_delete_public_key(arn)

Arguments

arn

[required] ARN of the public key to be deleted.

Value

An empty list.

Request syntax

svc$delete_public_key(
  arn = "string"
)