-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
I think I detected an error rendering delete requests. If I choose DELETE as HTTP method then the request section contains no body data and no parameter description table:
FORMAT: 1A
HOST: localhost
# Sample API
This text gives some general information.
# Group deleteaccount
## DELETE /api/deleteaccount
With this method it is possible to delete an user account logical.
+ Request (application/json)
+ Attributes (object)
+ `user_id`: `172` (number, required) - user ID
+ `ipuser`: `ipuser` (string, optional) - IP address of the user
+ Response 200 (application/hal+json)
+ Attributes (object)
+ `success` (enum[number]) - value for request
+ Members
+ 0
+ 1
+ `error`: `1` (number) - error number in case of unsuccessful request
Metadata
Metadata
Assignees
Labels
No labels