- DATE:
- AUTHOR:
- Ory Team
Ory Network v26.2.21 released
Ory Network
List your identity schemas with a workspace API key
GET /identity-schemas now accepts a workspace API key in addition to a
session. The endpoint returns the identity schemas created by the
caller's identity — the same set the owner sees from the Console. With a
workspace API key the caller is the key's owner identity, so the list
matches what that user has personally created.
Delete an identity schema you no longer use
DELETE /identity-schemas/{schema_id} hard-deletes a schema you own.
Accepts a session or a workspace API key.
The deletion is rejected with 409 Conflict when at least one project
revision still attaches the schema. The response details include
reason: in_use_by_project. Both current and historical revisions
count, so a schema that any past project configuration referenced cannot
be removed — that preserves project configuration history for audits and
rollbacks.
This is now available on Ory Network.
Ory Hydra, Ory Kratos, Ory Keto, Ory Oathkeeper, Ory Polis, Ory Elements, and Ory Terraform
No significant changes in this release.