remove-secret
function
The remove-secret
action removes a secret for an app. It belongs to the secrets category within the system area.
Action Syntax
remove-secret 123
A numeric value
remove-secret $variable
A variable name starting with $
Return Value
This function returns a
ITEM
value that can be stored in a variable:
$result = remove-secret
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$item = remove-secret 12
Action code: 480822441
Version: 0.6.4
Last updated: 2025-06-13