Stytch · Schema

api_user_v1_RevokeResponse

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
request_id string Globally unique UUID that is returned with every API call. This value is important to log for debugging purposes; we may ask for this value to help identify a specific API call when helping you debug
status_code integer
View JSON Schema on GitHub

JSON Schema

stytch-api-user-v1-revokeresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_user_v1_RevokeResponse",
  "title": "api_user_v1_RevokeResponse",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string",
      "description": "Globally unique UUID that is returned with every API call. This value is important to log for debugging purposes; we may ask for this value to help identify a specific API call when helping you debug an issue."
    },
    "status_code": {
      "type": "integer",
      "format": "int32"
    }
  },
  "required": [
    "request_id",
    "status_code"
  ]
}