User
Delete User
DELETE

/v2/user/{user_id}

x-vital-api-key*
curl --request DELETE \
  --url https://api.tryvital.io/v2/user/{user_id} \
  --header 'x-vital-api-key: <x-vital-api-key>'
curl --request DELETE \
     --url {{BASE_URL}}/v2/user/{user_id} \
     --header 'x-vital-api-key: <API_KEY>' \
     --header 'Accept: application/json'
{
  "success": true
}

​
Path Parameters

user_idrequired
string

User id returned by vital create user id request. This id should be stored in your database against the user and used for all interactions with the vital api.

​
Response

successrequired
boolean

Whether operation was successful or not