Class DeleteKeyRequest

    • Method Detail

      • forceDelete

        public final Boolean 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.

        Returns:
        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.

      • keyName

        public final String keyName()

        The name of the API key to delete.

        Returns:
        The name of the API key to delete.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object