Navigation

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

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

    General Discussion
    2
    4
    59
    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

      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

        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

          Works perfectly now. TY!

          1 Reply Last reply Reply Quote 0
          • R
            richb201 last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • First post
              Last post