Skip to main content
DELETE
/
member
/
{userId}
Delete user
curl --request DELETE \
  --url https://apiweb.mile.app/api/v3/member/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "66710605a1bd39201a5d8e82",
  "status": true,
  "message": "Data has been deleted successfully."
}

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Path Parameters

userId
string
required

The identifier for the user that generated by system. Example: 621dd813eb3ebf16b94d6969

Response

OK

id
string

User id deleted.

status
boolean

Status of response.

message
string

Message of response.