locationservice_delete_key: Deletes the specified API key

View source: R/locationservice_operations.R

locationservice_delete_keyR Documentation

Deletes the specified API key

Description

Deletes the specified API key. The API key must have been deactivated more than 90 days previously.

See https://www.paws-r-sdk.com/docs/locationservice_delete_key/ for full documentation.

Usage

locationservice_delete_key(KeyName, ForceDelete = NULL)

Arguments

KeyName

[required] The name of the API key to delete.

ForceDelete

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.


paws.application.integration documentation built on Sept. 12, 2024, 6:11 a.m.