Authorizations
Path Parameters
Function identifier
Secret name (uppercase alphanumeric with underscores)
Response
Secret deleted successfully (no content returned)
Permanently delete a secret from this function. The secret will be removed from the runtime environment and will no longer be available as an environment variable.
Requirements:
After deletion:
This operation cannot be undone. Make sure the secret is no longer needed before deletion. If the function code still references the deleted secret, invocations may fail with undefined variable errors.
Function identifier
Secret name (uppercase alphanumeric with underscores)
Secret deleted successfully (no content returned)