Sign up
      Docs
      • Zoo Design Studio
      • Zoo Developer Tools
        • API
          • Authentication
          • Errors
          • ML
          • Modeling
          • API Calls
          • API Tokens
          • File
          • Meta
          • Orgs
            • Get an org.
            • Update an org.
            • Create an org.
            • List members of your org.
            • Add a member to your org.
            • Get a member of your org.
            • Update a member of your org.
            • Remove a member from your org.
            • Get the privacy settings for an org.
            • Update the privacy settings for an org.
            • Get the SAML identity provider.
            • Update the SAML identity provider.
            • Create a SAML identity provider.
            • Delete an SAML identity provider.
            • Get the shortlinks for an org.
            • Get a user's org.
          • Payments
          • Service Accounts
          • Shortlinks
          • Unit
          • Users
        • CLI
        • Tutorials
      • KCL Language Reference
      • KCL Standard Library
      • KCL Samples
      • Glossary
      • FAQ

      API → OrgsRemove a member from your org

      Parameters

      Name

      Type

      Req.

      • user_id

        string / UUID
        required

      Returns

      204 No Content

      successful deletion

      delete
      /org/members/{user_id}
      $ curl -X DELETE "https://api.zoo.dev/org/members/{user_id}" \
      	--header "Authorization: Bearer $TOKEN"