Delete User Key

This endpoint deletes a user key with the provided headers.

Prerequisite: Encrypt Required Data

Before calling this endpoint, obtain a user token from the Auth provider using your client ID and secret from the Authorise user pool.
Then, encrypt the following JSON payload:

{
    "userToken": "<user-token>"
}

Send the encryptedPayload and encryptedSymmetricKey from the response in the corresponding request headers.

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!