Permanently deletes a user and all their associated data, including all of their authenticators and actions.
cURL
curl --request DELETE \ --url https://api.authsignal.com/v1/users/{userId} \ --header 'Authorization: Basic <encoded-value>'
{}
Use your Authsignal secret key as the username and leave the password empty. The secret key can be found in the API Keys section of the Authsignal Portal settings page.
The ID of the user.
OK
Was this page helpful?