DELETE

https://api.walkme.com/public/v1/user/data


HEADERS PARAMS


Content-Type String

application/json

Authorization String

Bearer


BODY PARAMS


token String

Integration token

users Array of Strings

Array 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"
}