DELETE
/
v1
/
kyc
/
:userId
curl -X DELETE https://api.geldstuck.com/v1/kyc/usr_01HX3ZAB... \
  -H "x-api-key: $GELDSTUCK_PUBLIC_KEY" \
  -H "x-api-secret: $GELDSTUCK_SECRET_KEY"
{ "deleted": true }
Deletion is irreversible and removes all attached documents and verification history for this user. Most teams should never need this - use it only to comply with a right-to-be-forgotten request.

Path parameters

userId
string
required

Returns

deleted
boolean
Always true on success.
curl -X DELETE https://api.geldstuck.com/v1/kyc/usr_01HX3ZAB... \
  -H "x-api-key: $GELDSTUCK_PUBLIC_KEY" \
  -H "x-api-secret: $GELDSTUCK_SECRET_KEY"
{ "deleted": true }