This
/user/{id}/email/{email}
endpoint is used to remove a user from the system based on their user ID and email address.
Method:DELETE
Path Parameters:
Parameter | Type | Description |
---|---|---|
id | string | The unique identifier of the user. |
string | The email address of the user to remove. |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ā | The unique identifier of the user |
email | string | path | ā | The email address of the user to remove |
Responses
ā 200 - Success
ā ļø 400 - Error - Not Associated
ā ļø 401 - Unauthorized
ā ļø 404 - Not Found
ā 500 - Internal Server Error
Tags
User
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
The unique identifier of the user
Example:
"f4b4e2f8-fe5e-4076-9e09-3424ff7f185f"
The email address of the user to remove
Example:
"emma221999@gmail.com"
Response
Success