/
/Checkmate API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 59m ago · Updated 2d ago
auth14
  • postRegister a new user (first user becomes superadmin)
  • postLog in
  • postRequest a password recovery email
  • postValidate a password recovery token
  • postReset password using a recovery token
  • getCheck whether a superadmin user exists
  • getList all users (admin/superadmin)
  • postCreate a new user (superadmin)
  • getGet a user by id
  • deleteDelete a user (admin/superadmin)
  • patchEdit a user (superadmin)
  • patchChange a user's password (superadmin)
  • deleteDelete the currently authenticated user
  • patchEdit the currently authenticated user
checks5
diagnostic1
geo-checks1
incidents4
invite3
logs1
maintenance-window6
monitors21
notifications7
proxies6
queue4
settings3
status-page6
    auth

    Delete a user (admin/superadmin)

    delete/auth/users/{userId}

    Path parameters

    userIdstring required

    Response

    OK

    successtrue required
    msgstring required

    Changes