Stytch · Schema

api_organization_v1_DeleteExternalIdResponse

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
request_id string
organization object
status_code integer
View JSON Schema on GitHub

JSON Schema

stytch-api-organization-v1-deleteexternalidresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_organization_v1_DeleteExternalIdResponse",
  "title": "api_organization_v1_DeleteExternalIdResponse",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string"
    },
    "organization": {
      "$ref": "#/components/schemas/api_organization_v1_Organization"
    },
    "status_code": {
      "type": "integer",
      "format": "int32"
    }
  },
  "required": [
    "request_id",
    "organization",
    "status_code"
  ]
}