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 }
client_user_id
Vital Team API Key
User ID to undo deletion. Mutually exclusive with client_user_id.
Client User ID to undo deletion. Mutually exclusive with user_id.
user_id
Successful Response
The response is of type object.
object