Delete User
DELETE/admin/users/:user_id
Hard-delete a user after soft-revoking keys and clearing tokens.
Blockers:
- 404
user_not_found- no row foruser_id. - 409
active_subscription- user has a live billing subscription.
Success: 204 No Content. A structured log line
scrift.admin.user_deleted with user_id, email, and
keys_revoked is emitted for audit.
Request
Responses
- 204
- 422
Successful Response
Validation Error