/* Delete the "UserID" attribute from document ID 65560 */
if ( ( nError = IN_DeleteUserAttribute( 65560, "UserID" ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}