delete https://api.overledger.dev/api/authorisers//users/
This endpoint deletes a user 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.