Delete End User

Delete multiple end-users.

Parameters:

  • user_ids (List[str], required): The unique user_ids for the users to delete

Example curl:

curl --location 'http://0.0.0.0:4000/customer/delete'         --header 'Authorization: Bearer sk-1234'         --header 'Content-Type: application/json'         --data '{
        "user_ids" :["z-jaff-5"]
}'

See below for all params 
Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!