Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .last-synced-sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9961670bf2d881e03da1bdc73bf5b8af7b47f994
b538a36a41453a2d7b46a87070151a8322f5168f
19 changes: 0 additions & 19 deletions spec/open-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading