DELETE /api/v1/users/{userId}/factors/{factorId}
Unenrolls an existing Factor for the specified user. This allows the user to enroll a new Factor.
Note: If you unenroll the
push
or thesigned_nonce
Factors, Okta also unenrolls any othertotp
,signed_nonce
, or Okta Verifypush
Factors associated with the user.
Servers
- https://{yourOktaDomain}
Path parameters
Name | Type | Required | Description |
---|---|---|---|
userId |
String | Yes |
ID of an existing Okta user |
factorId |
String | Yes |
ID of an existing user Factor |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
removeRecoveryEnrollment |
Boolean | No |
If Default value: false |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.