Skip to content

No body in DELETE requests #77

@kschroeer

Description

@kschroeer

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions