v3
latestOpenAPI 3.1.02026-07-311,4541,5202.3 MBusers
Clickhouse Customer Users Destroy
Consolidated single/detail view for customer users.
Serves BOTH:
- Public API: /api/users/<customer_identifier>/ (URL path lookup)
- Dashboard: /clickhouse/customer-users/<id>/?customer_identifier=xxx (query param lookup)
Retrieves customer user from PostgreSQL (not ClickHouse) because:
- Point retrieval is weak in ClickHouse
- Update operations require PostgreSQL
- All aggregation data is already returned in the list view
This view returns editable fields + real-time usage from Redis. Rate limited to protect against expensive point queries.
Uses SuperAdminMixin for queryset routing + object-level ownership. No manual org injection needed - SuperAdminMixin handles patch() automatically.
delete/clickhouse/customer-users/{id}/
Path parameters
idstring required
Headers
Authorizationstring required
JWT access token or Respan API key
Response
Successful response