Skip to main content
DELETE
/
users
/
{userId}
Delete user
curl --request DELETE \
  --url https://api.authsignal.com/v1/users/{userId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Use your Authsignal Server API 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.

Path Parameters

userId
string
required

The ID of the user.

Query Parameters

actions
boolean

If true, the user's action data will also be deleted.

Response

OK

success
boolean

true if the user was deleted successfully.