• Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
FusionAuth
  • Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login

deleting a user with success (200) via API client but they are not removed from

Scheduled Pinned Locked Moved
General Discussion
2
4
5.3k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R
    richb201
    last edited by richb201 17 Nov 2020, 12:26

    the Home/users listing. What am I missing? Do i need to type the word DELETE somewhere? 😊

    Here is the api call:

    $result = $_SESSION['client']->deleteRegistration($userid,$_SESSION['applicationID']);

    1 Reply Last reply Reply Quote 0
    • M
      mgetka Power User
      last edited by 18 Nov 2020, 15:14

      Registrations are different things than users - they associate users and applications. You can find more info on that in the documentation. deleteUser method should be used to delete a user.

      1 Reply Last reply Reply Quote 1
      • R
        richb201
        last edited by 18 Nov 2020, 16:30

        Works perfectly now. TY!

        1 Reply Last reply Reply Quote 0
        • R
          richb201
          last edited by 21 Nov 2020, 20:17

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          4 out of 4
          • First post
            4/4
            Last post