If the user loses or changes the authentication device such as a smartphone, this function will help you to initialize the user's existing OMPASS registration and enable OMPASS registration again on new device.
You can use the “API for Initializing OMPASS Registration” to initialize the user's registered information.
Call OMPASS API including the secret key in “HTTP HEADER” and the user ID in “Path Variable” from the server-side.
1
2
3
4
5
DELETE
URL /v1/ompass/users/{userId}
URL EXAMPLE – https://interface-api.ompasscloud.com/v1/ompass/users/{userId}
| Key | Type | Description |
|---|---|---|
| Authorization | Bearer | Secret Key assigned to the application |
| “Bearer” is required to be specified as the authorization type, and a space is required between “Bearer” and “Secret Key” | ||
| Example : Bearer djfk39dkfdl39dldjmgjd4idls83jflghidhs83jfk |
· In case of success for initializing OMPASS registration
Returns HTTP STATUS CODE 204
What is Initializing OMPASS Registration?
API for Initializing OMPASS Registration