AWSLocationDeleteKeyRequest

Objective-C

@interface AWSLocationDeleteKeyRequest

Swift

class AWSLocationDeleteKeyRequest
  • ForceDelete bypasses an API key’s expiry conditions and deletes the key. Set the parameter true to delete the key or to false to not preemptively delete the API key.

    Valid values: true, or false.

    Required: No

    This action is irreversible. Only use ForceDelete if you are certain the key is no longer in use.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable forceDelete;

    Swift

    var forceDelete: NSNumber? { get set }
  • The name of the API key to delete.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable keyName;

    Swift

    var keyName: String? { get set }