IVS / Client / delete_playback_key_pair

delete_playback_key_pair#

IVS.Client.delete_playback_key_pair(**kwargs)#

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 .

See also: AWS API Documentation

Request Syntax

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

arn (string) –

[REQUIRED]

ARN of the key pair to be deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • IVS.Client.exceptions.ResourceNotFoundException

  • IVS.Client.exceptions.AccessDeniedException

  • IVS.Client.exceptions.ValidationException

  • IVS.Client.exceptions.PendingVerification