Backend API
cURL
curl --request DELETE \ --url https://api.wacht.dev/users/{user_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Invalid or missing API key" }
Permanently delete a user from your deployment.
Warning: This action cannot be undone. All user data including:
will be permanently deleted.
API key authentication (Bearer token)
User ID (integer as string)
User deleted successfully
Was this page helpful?