A
DeleteSecretById
ArcadeEngineApi.DeleteSecretById
Description
Deletes a secret using its unique ID.
Use this tool to delete a specific secret identified by its ID. Useful when needing to permanently remove a secret from the system.
Input Parameters
{
"parameters": [
{
"name": "secret_id",
"required": true,
"inferrable": true,
"description": "The unique identifier of the secret to delete.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'secrets-delete'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}