From d27f5fdd16d606fda35ffb3984510ea8fdb3cddb Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 16:08:00 +0000 Subject: [PATCH] Update OpenAPI spec from workos/workos@b538a36a41453a2d7b46a87070151a8322f5168f --- .last-synced-sha | 2 +- spec/open-api-spec.yaml | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/.last-synced-sha b/.last-synced-sha index 3233db7..570970b 100644 --- a/.last-synced-sha +++ b/.last-synced-sha @@ -1 +1 @@ -9961670bf2d881e03da1bdc73bf5b8af7b47f994 +b538a36a41453a2d7b46a87070151a8322f5168f diff --git a/spec/open-api-spec.yaml b/spec/open-api-spec.yaml index c514ac8..cccccdf 100644 --- a/spec/open-api-spec.yaml +++ b/spec/open-api-spec.yaml @@ -17136,25 +17136,6 @@ paths: example: 'Organization not found: ''org_01EHQMYV6MBK39QC5PZXHY59C3''.' required: - message - '409': - description: '' - content: - application/json: - schema: - type: object - properties: - code: - type: string - description: The error code identifying the type of error. - example: user_deletion_not_allowed - const: user_deletion_not_allowed - message: - type: string - description: A human-readable description of the error. - example: Request could not be processed. - required: - - code - - message summary: Delete a user tags: - user-management.users