/user/
Description:
The /user/{userId}
endpoint allows users to delete a specific user identified by their unique userId.
Method:
DELETE
Path Parameter:
Parameter | Type | Description |
---|---|---|
userId | string | The unique identifier of the user. |
curl --request DELETE \
--url https://server26-dot-royalti-project.uc.r.appspot.com/user/{id} \
--header 'Authorization: Bearer <token>'
{}
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
User ID
success
The response is of type object
.
curl --request DELETE \
--url https://server26-dot-royalti-project.uc.r.appspot.com/user/{id} \
--header 'Authorization: Bearer <token>'
{}