secret.delete

Delete a stored credential. Extensions requiring it will refuse to enable until re-set.

Payload

fieldtyperequirednotes
keystring (/^[a-z0-9_]+(\.[a-z0-9_]+)*$/, ≤128 chars)yes

JSON Schema

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "maxLength": 128,
      "pattern": "^[a-z0-9_]+(\\.[a-z0-9_]+)*$"
    }
  },
  "required": [
    "key"
  ],
  "additionalProperties": false
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/commands/secret.delete.md