AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DeletePlaybackKeyPairAsync.

Namespace: Amazon.IVS
Assembly: AWSSDK.IVS.dll
Version: 3.x.y.z

Syntax

C#
public abstract DeletePlaybackKeyPairResponse DeletePlaybackKeyPair(
         DeletePlaybackKeyPairRequest request
)

Parameters

request
Type: Amazon.IVS.Model.DeletePlaybackKeyPairRequest

Container for the necessary parameters to execute the DeletePlaybackKeyPair service method.

Return Value


The response from the DeletePlaybackKeyPair service method, as returned by IVS.

Exceptions

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also