cURL
curl --request DELETE \ --url https://api-dev.meeamitech.com/auth/v1/users/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "User is Deleted Successfully" }
Delete a user by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the user to delete
User details retrieved successfully
The first name of the user
The last name of the user
The email of the user
The password of the user