Users
Delete current user
Deletes the authenticated user account from WorkOS. The authenticated principal must be a user.
DELETE
Delete current user
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Current user deleted
Previous
Create an organizationStarts the organization onboarding workflow for the authenticated user. The handler trims and validates the name, fetches the user profile from WorkOS, inserts a pending organization workflow, and returns the new internal organization id before the reconciler creates the backing WorkOS organization and related records.
Next
Delete current user