Delete a user. The user must have no active agents or cards.
cURL
curl --request DELETE \ --url https://api.useproxy.ai/v1/users/{userId} \ --header 'Api-Key: <api-key>'
{ "success": true }
API key for authentication. Get your key from the Dashboard.
The user ID
User deleted