latestOpenAPI 3.1.02026-08-226994571.1 MB

1e929292ddd5

Customer Management

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" :["ishaan-jaff-5"]
}'

See below for all params 
post/customer/delete

Request body

user_idsstring[] required

Response

Successful Response

{"stackTrail":"paths:/customer/delete:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}