confirm: true,Authorization: Bearer ********************{
"reassign": 0,
"confirm": false
}curl --location --request DELETE 'https://api.servebolt.io/environments//wordpress/users/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"reassign": 0,
"confirm": false
}'