This API has been deprecated
DELETE
https://api.walkme.com/public/v1/user/data
HEADERS PARAMS
Content-Type String
Stringapplication/json
Authorization String
StringBearer
BODY PARAMS
token String
StringIntegration token
users Array of Strings
Array of StringsArray of end user identifiers (e.g. emails). Maximum length of the array is 1000.
curl -L -X DELETE 'https://api.walkme.com/public/v1/user/data' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <access-token>' \
--data-raw '{
"token": "149c15dd4218d407c4b25c180307ace2427112b90d5beb067023990740916873",
"users": [ "[email protected]", "[email protected]" ]
}'{
"message": "Request has been received"
}