Delete a user by ID
Removes a user from the system by their unique ID.
x-api-key<token>
API key for authentication
In: header
Path Parameters
userIdstring
A valid MongoDB ObjectId
Response Body
application/json
curl -X DELETE "https://api.memo.wirewire.de/v1/users/682fd0d7d4a6325d9d45b86d"{
"success": true
}