DELETE /api/v1/apps/{appId}/users/{userId}

Unassigns a user from an app

For directories like Active Directory and LDAP, they act as the owner of the user's credential with Okta delegating authentication (DelAuth) to that directory. If this request is successful for a user when DelAuth is enabled, then the user is in a state with no password. You can then reset the user's password.

Important: This is a destructive operation. You can't recover the user's app profile. If the app is enabled for provisioning and configured to deactivate users, the user is also deactivated in the target app.

Servers

Path parameters

Name Type Required Description
userId String Yes

ID of an existing Okta user

appId String Yes

Application ID

Query parameters

Name Type Required Description
sendEmail Boolean No

Sends a deactivation email to the administrator if true

Default value: false

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.