Skip to main content
DELETE
/
v1
/
users
/
{user_id}
Delete User
curl --request DELETE \
  --url https://api.privy.io/v1/users/{user_id} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'privy-app-id: <privy-app-id>'
"User not found"

Documentation Index

Fetch the complete documentation index at: https://docs.privy.io/llms.txt

Use this file to discover all available pages before exploring further.

SDK methods

Learn more about deleting users using our SDKs here.

Authorizations

Authorization
string
header
required

Basic Auth header with your app ID as the username and your app secret as the password.

Headers

privy-app-id
string
required

ID of your Privy app.

Path Parameters

user_id
string
required

ID of the user.

Response

User successfully deleted.