Skip to main content
DELETE /api/v1/builder/users/:customer_id Deactivates all wallets, credentials, and session signers. Not reversible — the user will need to be re-onboarded to trade again. Returns 204 No Content.

Parameters

customer_id
string
required
The end-user’s Parsec customer UUID.
curl -X DELETE "https://api.parsecapi.com/api/v1/builder/users/CUSTOMER_ID" \
  -H "X-API-Key: pk_live_YOUR_BUILDER_KEY"