deleteSecret( )


Deletes a secret.

__Warning:__ Deleting a secret is irreversible and will break all code using the secret.
Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Secrets
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

The unique ID of the secret to be deleted.

Did this help?