Remove one user.
Section: Resource-oriented routes
Delete a resource
http
http
DELETE /users/{userId}Explanation
DELETE removes a resource or marks it deleted. Many APIs return `204 No Content` on success.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Resource-oriented routes