Endpoint
The Delete User endpoint allows the permanent removal of a user account from the Neatcar platform. This operation requires authentication through a valid API token and can only be performed by the user associated with the token. This action is irreversible and should be used with caution.
/user?userUUID=4d06009b-fbdb-44bb-9329-b50334bf9538
On successful deletion of the user, the response contains an empty data object, a success field set to true, and a null value for error. This confirms that the user has been securely deleted without returning additional data.