Collections
Delete Collection
Delete collection and drop its physical table.
Uses a two-phase approach to avoid transaction deadlocks on PostgreSQL:
- Prepare deletion and generate migration (read-only)
- Close session and apply migration (no locks held)
- Delete collection record in new session
Only superadmins (users in the system account) can delete collections.
DELETE
Delete Collection
Path Parameters
Response
Successful Response
Delete Collection