Memos
User Service

Delete User

DeleteUser deletes a user.

DELETE
/api/v1/users/{user}

Path Parameters

user*string

The user id.

Query Parameters

force?boolean

Optional. If set to true, the user will be deleted even if they have associated data.

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/users/string"
Empty
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}

On this page

No Headings