Share feedback
Answers are generated based on the documentation.

Experimental

Schema

DeleteSecretResponse

Type: object

DeleteSecretResponse acknowledges deletion and optional consumer fencing.
credentialFence

Schema: CredentialFenceReceipt

credential_fence remains the original historical receipt after deletion or name reuse.
All schema constraints and annotations
{
  "$ref": "#/components/schemas/CredentialFenceReceipt",
  "description": "credential_fence remains the original historical receipt after deletion or name reuse."
}
All schema constraints and annotations
{
  "description": "DeleteSecretResponse acknowledges deletion and optional consumer fencing.",
  "properties": {
    "credentialFence": {
      "$ref": "#/components/schemas/CredentialFenceReceipt",
      "description": "credential_fence remains the original historical receipt after deletion or name reuse."
    }
  },
  "title": "DeleteSecretResponse",
  "type": "object"
}