Skip to main content
DELETE
/
auth
/
v1
/
users
/
{id}
cURL
curl --request DELETE \
  --url https://api-dev.meeamitech.com/auth/v1/users/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "User is Deleted Successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the user to delete

Response

200 - application/json

User details retrieved successfully

firstName
string
required

The first name of the user

lastName
string
required

The last name of the user

email
string
required

The email of the user

password
string
required

The password of the user