deleteSecret( )


Deletes a secret.

__Warning:__ Deleting a secret is irreversible and will break all code using the secret.
Method Declaration
Copy
Method Parameters
_idstringRequired

The unique ID of the secret to be deleted.

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?