POST
/
v2
/
user
/
undo_delete
curl --request DELETE \
     --url {{BASE_URL}}/v2/user/undo_delete \
     --header 'x-vital-api-key: <API_KEY>' \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --data '
{
     "client_user_id": "8DS6YRVBCSQQ4S0",
}
'
{
  "success": true
}

You can undo any user deletion that is still in their 7-day grace period.

Undoing a deletion does not restore any provider connections.

You cannot undo a deletion if you have already created a new user using the same client_user_id.

Authorizations

x-vital-api-key
string
headerrequired

API key based authentication

Query Parameters

user_id
string

User ID to undo deletion. Mutually exclusive with client_user_id.

client_user_id
string

Client User ID to undo deletion. Mutually exclusive with user_id.

Response

200 - application/json
success
boolean
required

Whether operation was successful or not