ivsrealtime / Client / delete_public_key

delete_public_key#

ivsrealtime.Client.delete_public_key(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

response = client.delete_public_key(
    arn='string'
)
Parameters:

arn (string) –

[REQUIRED]

ARN of the public key to be deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions