A
ArcadeEngineApi
Arcade Native

DeleteSecretById

ArcadeEngineApi.DeleteSecretById

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

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"
  ]
}