Endpoint
The Delete User endpoint allows the permanent removal of a user account from the Neatcar platform. This operation requires authentication through a valid user token and can only be performed by the user associated with the token. This action is irreversible and should be used with caution.
/user
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.