DELETE
/
v1
/
users
/
{user_id}
curl --request DELETE \
  --url https://api.privy.io/v1/users/{user_id} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'privy-app-id: <privy-app-id>'
"204 No Content"

Authorizations

Authorization
string
header
required

App secret authentication

Headers

privy-app-id
string
required

ID of your Privy app

Path Parameters

user_id
string
required

ID of the user.

Response

204
text/html
User successfully deleted.

The response is of type enum<string>.

Available options:
204 No Content

Was this page helpful?