Soft-delete a single KYC or KYB session by session_id (hides from list and decision endpoints). No webhook fires; no undo — repeats return 404.
Documentation Index
Fetch the complete documentation index at: https://docs.didit.me/llms.txt
Use this file to discover all available pages before exploring further.
session_id is looked up in both tables; the same delete behavior applies to both.
deleted_at is set. The row remains in the database for your configured data retention window, then is hard-deleted.204 No Content.delete:sessions. The same permission covers both User Verification (KYC) and Business Verification (KYB) sessions.
POST /v3/sessions/delete/ — accepts a list of session IDs of either kind.