Delete multiple end-users.
Parameters:
user_id
s for the users to deleteExample curl:
curl --location 'http://0.0.0.0:4000/customer/delete' --header 'Authorization: Bearer sk-1234' --header 'Content-Type: application/json' --data '{
"user_ids" :["ishaan-jaff-5"]
}'
See below for all params
Successful Response