ESC
Example searches: “Users”, “201”, “string”, “id”, “email”
Search…
Ctrl+K
⌘K
API changelog
Download source
JSON OpenAPI specification
YAML OpenAPI specification
Toggle dark mode
express-oas-example
Topics
Introduction
Endpoints
Users
Returns list of users
GET
Returns a single user
GET
Updates an existing user
PUT
Creates a new user
POST
Deletes an existing user
DELETE
Search…
Ctrl+K
⌘K
API changelog
Download source
JSON OpenAPI specification
YAML OpenAPI specification
Toggle dark mode
express-oas-example
Dismiss highlight
Show more
Deletes an existing user
DELETE
/users/{id}
Path parameters
id
string
Required
Responses
204
No content
DELETE
/users/{id}
curl \ -X DELETE /users/{id}