Auth0 · Schema

DeleteHookSecretRequestContent

Array of secret names to delete.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-deletehooksecretrequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeleteHookSecretRequestContent",
  "title": "DeleteHookSecretRequestContent",
  "type": "array",
  "description": "Array of secret names to delete.",
  "minItems": 1,
  "items": {
    "type": "string"
  }
}