How to delete users with specific ID numbers?

Hello! Tell me, please, how can I do this? I have 3 users created, how can I delete them by sending only one request?

you need to delete one by one, bulk deletion is not available

what should be the request body to create an user?

{"name":"Tenali Ramakrishna", "gender":"male", "email":"[email protected]", "status":"active"}


Little markdown supported