Skip to main content
DELETE
/
auth
/
users
/
{id}
Delete a user
curl --request DELETE \
  --url https://api.pxyz.dev/api/v0/auth/users/{id}
"<any>"

Path Parameters

id
string
required

Response

Successful response

  • any
  • object

The response is of type any.

I