Skip to main content
POST
curl

Authorizations

x-api-key
string
header
required

Body

application/json
session_numbers
string[]

Numeric session_number values of the KYC sessions to soft-delete, as digit-only strings (JSON numbers are also accepted and coerced). Required unless delete_all is true; an empty list returns 400. Any non-digit entry rejects the whole request with 400 (unless delete_all is true, in which case validation is skipped and the entries are ignored). Numbers that do not match a live session in your application are silently skipped.

Minimum array length: 1
Pattern: ^[0-9]+$
Example:
delete_all
boolean
default:false

When true, every non-deleted KYC session in the calling application is soft-deleted and session_numbers is ignored. Defaults to false. Irreversible — there is no confirmation step.

Example:

false

Response

Request accepted and all matching sessions soft-deleted. Empty body. Returned even when some or all session_numbers matched nothing (unknown or already deleted) — there is no per-item report.